We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62ac2ba commit 4b8ac8fCopy full SHA for 4b8ac8f
.github/workflows/build.yml
@@ -13,7 +13,7 @@ permissions:
13
jobs:
14
# ---- SNAPSHOT BUILD ----
15
snapshot:
16
- if: github.ref == 'refs/heads/master'
+ if: github.ref_type == 'branch' && github.ref == 'refs/heads/master'
17
runs-on: ubuntu-latest
18
steps:
19
- name: Checkout code
0 commit comments