Skip to content

Commit 3179fd0

Browse files
authored
Merge pull request #277 from kayjan/fix-codecov
Fix codecov to run on push to master
2 parents 5b0cf9b + dcf7ed5 commit 3179fd0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/codecov.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ on:
1010
jobs:
1111
codecov:
1212
runs-on: ubuntu-latest
13-
if: github.event.pull_request.head.repo.full_name == github.repository
13+
if: |
14+
github.event_name == 'push' ||
15+
github.event.pull_request.head.repo.full_name == github.repository
1416
permissions:
1517
actions: write
1618
contents: write

0 commit comments

Comments
 (0)