Skip to content

Commit 61d40ff

Browse files
authored
ci: push all branches to coveralls
1 parent 540bbb7 commit 61d40ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
args: '--ignore-tests --out Lcov'
7575
- name: Upload to Coveralls
7676
# upload only if push on branch master
77-
if: ${{ github.event_name == 'push' && github.ref == 'ref/head/master' }}
77+
if: ${{ github.event_name == 'push' }}
7878
uses: coverallsapp/github-action@master
7979
with:
8080
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)