Skip to content

Commit 38825f0

Browse files
committed
chore: trigger publish on releases instead of pushes
1 parent 81edb9a commit 38825f0

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
@@ -50,7 +50,7 @@ jobs:
5050
publish:
5151
needs: test
5252
runs-on: ubuntu-latest
53-
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
53+
if: github.event_name == 'release' && github.event.action == 'published'
5454

5555
steps:
5656
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)