We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8df9bed commit 5db153bCopy full SHA for 5db153b
.github/workflows/bootzooka-ci.yml
@@ -51,7 +51,7 @@ jobs:
51
publish:
52
needs: [verify]
53
runs-on: ubuntu-24.04
54
- # if: github.ref == 'refs/heads/master'
+ if: github.ref == 'refs/heads/master'
55
steps:
56
- name: Check-out repository
57
id: repo-checkout
0 commit comments