Skip to content

Commit af962e5

Browse files
no message
1 parent 5789844 commit af962e5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: CI
22

33
on:
4-
push:
54
pull_request:
65
branches: [ "main" ]
76

@@ -110,7 +109,7 @@ jobs:
110109
run: composer run-tests-with-clover
111110

112111
- name: Upload coverage results to Coveralls
113-
if: matrix.calculate-code-coverage == true && github.event_name == 'pull_request'
112+
if: matrix.calculate-code-coverage == true
114113
uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2
115114
with:
116115
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)