Skip to content

Commit 188b272

Browse files
authored
Update main.yml
1 parent c6e70df commit 188b272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: bash <(curl -s https://codecov.io/bash)
3333

3434
release:
35-
if: github.event_name != 'release'
35+
if: github.event_name == 'release'
3636
runs-on: ubuntu-latest
3737
steps:
3838
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)