Skip to content

Commit ba6195c

Browse files
committed
Only run workflows on the master branch.
1 parent cb53c1e commit ba6195c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/gradle.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
jobs:
1515
build:
1616
runs-on: ubuntu-latest
17+
if: github.ref == 'refs/heads/master'
1718
steps:
1819
- uses: actions/checkout@v4
1920
with:

0 commit comments

Comments
 (0)