Skip to content

Commit 9b6657c

Browse files
committed
Fix deployment CI
1 parent 06d72e6 commit 9b6657c

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
@@ -119,7 +119,7 @@ jobs:
119119

120120
deploy:
121121
# Only run on releases and if everything passes
122-
if: github.event.release.published
122+
if: github.event_name == 'release'
123123
needs: [test, linting, twemoji, pages]
124124

125125
runs-on: ubuntu-20.04

0 commit comments

Comments
 (0)