Skip to content

Commit 5db153b

Browse files
committed
Revert publish condition
1 parent 8df9bed commit 5db153b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bootzooka-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
publish:
5252
needs: [verify]
5353
runs-on: ubuntu-24.04
54-
# if: github.ref == 'refs/heads/master'
54+
if: github.ref == 'refs/heads/master'
5555
steps:
5656
- name: Check-out repository
5757
id: repo-checkout

0 commit comments

Comments
 (0)