We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb0f747 commit 45b52c5Copy full SHA for 45b52c5
1 file changed
.github/workflows/ci.yml
@@ -73,7 +73,7 @@ jobs:
73
environment: Publish
74
needs: [build, matrix-tests]
75
runs-on: ubuntu-latest
76
- #if: github.event_name == 'push' && github.ref == 'refs/heads/master'
+ if: github.event_name == 'push' && github.ref == 'refs/heads/master'
77
permissions:
78
id-token: write
79
contents: read
0 commit comments