Skip to content

Commit 814e5d1

Browse files
committed
run publish workflow only on release event
1 parent 714eef7 commit 814e5d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
publish:
3030
name: Publish
3131
runs-on: ubuntu-latest
32+
if: github.event_name == 'release'
3233

3334
steps:
3435
- name: Checkout repository

0 commit comments

Comments
 (0)