We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81edb9a commit 38825f0Copy full SHA for 38825f0
1 file changed
.github/workflows/ci.yml
@@ -50,7 +50,7 @@ jobs:
50
publish:
51
needs: test
52
runs-on: ubuntu-latest
53
- if: github.event_name == 'push' && github.ref == 'refs/heads/main'
+ if: github.event_name == 'release' && github.event.action == 'published'
54
55
steps:
56
- uses: actions/checkout@v4
0 commit comments