Skip to content

Commit 9bdb7e7

Browse files
committed
ci: run release only on push events
1 parent affe21c commit 9bdb7e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373

7474
release:
7575
runs-on: ubuntu-latest
76+
if: github.event_name == 'push'
7677
needs:
7778
- clippy
7879
- format

0 commit comments

Comments
 (0)