Skip to content

Commit 6ecd15a

Browse files
committed
ci: Update build workflow condition for release event
1 parent 7a97337 commit 6ecd15a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
publish:
4040
needs: test
4141
runs-on: ubuntu-latest
42-
# if: github.event_name == 'release' && github.event.action == 'created'
42+
if: github.event_name == 'release' && github.event.action == 'created'
4343

4444
steps:
4545
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)