Skip to content

Commit

Permalink
chore: run codecov gha on push to master branch to upload results to …
Browse files Browse the repository at this point in the history
…codecov and benchmark
  • Loading branch information
kayjan committed Aug 15, 2024
1 parent 5b0cf9b commit dcf7ed5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ on:
jobs:
codecov:
runs-on: ubuntu-latest
if: github.event.pull_request.head.repo.full_name == github.repository
if: |
github.event_name == 'push' ||
github.event.pull_request.head.repo.full_name == github.repository
permissions:
actions: write
contents: write
Expand Down

0 comments on commit dcf7ed5

Please sign in to comment.