Skip to content

Commit 9769e0e

Browse files
author
Kirill Fuks
committed
fix(ci): run codecov report generation on pr against master
1 parent 5ba0f6c commit 9769e0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-coverage-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
- "**"
1414
pull_request:
1515
branches:
16-
- "main"
16+
- "master"
1717
paths:
1818
- "src/**.php"
1919
- "tests/**.php"

0 commit comments

Comments
 (0)