Skip to content

Commit 85b47e2

Browse files
Update .github/workflows/ci.yml
1 parent 47ccc05 commit 85b47e2

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
@@ -101,7 +101,7 @@ jobs:
101101
run: composer run-tests-with-clover
102102

103103
- name: Upload coverage results to Coveralls
104-
if: matrix.calculate-code-coverage == true && github.event_name == 'push'
104+
if: matrix.calculate-code-coverage == true && github.event_name == 'pull_request'
105105
uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2
106106
with:
107107
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)