We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5972af2 commit 3ad5203Copy full SHA for 3ad5203
1 file changed
.github/workflows/ci.yml
@@ -73,7 +73,7 @@ jobs:
73
with:
74
args: '--ignore-tests --out Lcov'
75
- name: Upload to Coveralls
76
- # upload only if push on branch master
+ # upload only if push
77
if: ${{ github.event_name == 'push' }}
78
uses: coverallsapp/github-action@master
79
0 commit comments