We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6e70df commit 188b272Copy full SHA for 188b272
.github/workflows/main.yml
@@ -32,7 +32,7 @@ jobs:
32
run: bash <(curl -s https://codecov.io/bash)
33
34
release:
35
- if: github.event_name != 'release'
+ if: github.event_name == 'release'
36
runs-on: ubuntu-latest
37
steps:
38
- uses: actions/checkout@v2
0 commit comments