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 5789844 commit af962e5Copy full SHA for af962e5
.github/workflows/ci.yml
@@ -1,7 +1,6 @@
1
name: CI
2
3
on:
4
- push:
5
pull_request:
6
branches: [ "main" ]
7
@@ -110,7 +109,7 @@ jobs:
110
109
run: composer run-tests-with-clover
111
112
- name: Upload coverage results to Coveralls
113
- if: matrix.calculate-code-coverage == true && github.event_name == 'pull_request'
+ if: matrix.calculate-code-coverage == true
114
uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2
115
with:
116
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments