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 61f9926 commit 307bcb7Copy full SHA for 307bcb7
.github/workflows/main.yml
@@ -33,7 +33,7 @@ jobs:
33
run: bash <(curl -s https://codecov.io/bash)
34
35
release:
36
- if: github.event_name == 'release' && github.ref == 'refs/heads/master'
+ if: github.event_name == 'release'
37
runs-on: ubuntu-latest
38
needs: build
39
steps:
0 commit comments