Skip to content

Commit 45b52c5

Browse files
committed
Fix branch rule
1 parent eb0f747 commit 45b52c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
environment: Publish
7474
needs: [build, matrix-tests]
7575
runs-on: ubuntu-latest
76-
#if: github.event_name == 'push' && github.ref == 'refs/heads/master'
76+
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
7777
permissions:
7878
id-token: write
7979
contents: read

0 commit comments

Comments
 (0)