Skip to content

Commit

Permalink
build: only trigger push for master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolLoong committed Mar 11, 2024
1 parent 0269e97 commit f98d837
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ name: Java CI with Gradle

on:
push:
branches: ["master"]
paths:
- .github/workflows/build.yml
- Allay-API/src/**
- Allay-Server/src/**
- Allay-Data/**
pull_request:
paths:
- .github/workflows/build.yml
- Allay-API/src/**
Expand Down

0 comments on commit f98d837

Please sign in to comment.