Skip to content

Commit 4b8ac8f

Browse files
committed
pilot build on tag
1 parent 62ac2ba commit 4b8ac8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313
jobs:
1414
# ---- SNAPSHOT BUILD ----
1515
snapshot:
16-
if: github.ref == 'refs/heads/master'
16+
if: github.ref_type == 'branch' && github.ref == 'refs/heads/master'
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout code

0 commit comments

Comments
 (0)