We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb53c1e commit ba6195cCopy full SHA for ba6195c
1 file changed
.github/workflows/gradle.yml
@@ -14,6 +14,7 @@ on:
14
jobs:
15
build:
16
runs-on: ubuntu-latest
17
+ if: github.ref == 'refs/heads/master'
18
steps:
19
- uses: actions/checkout@v4
20
with:
0 commit comments