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 540bbb7 commit 61d40ffCopy full SHA for 61d40ff
.github/workflows/ci.yml
@@ -74,7 +74,7 @@ jobs:
74
args: '--ignore-tests --out Lcov'
75
- name: Upload to Coveralls
76
# upload only if push on branch master
77
- if: ${{ github.event_name == 'push' && github.ref == 'ref/head/master' }}
+ if: ${{ github.event_name == 'push' }}
78
uses: coverallsapp/github-action@master
79
with:
80
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments