Skip to content

Commit 0b47bc4

Browse files
committed
Update testing-ci.yml
1 parent 1f73c89 commit 0b47bc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
echo '```' >> "$GITHUB_STEP_SUMMARY"
7070
7171
- name: Upload coverage to Codecov
72-
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.base_ref == 'main')
72+
if: github.event_name == 'pull_request' && (github.base_ref == 'main' || github.base_ref == 'master')
7373
uses: codecov/codecov-action@v5
7474
with:
7575
files: ./coverage.xml

0 commit comments

Comments
 (0)