Skip to content

Commit

Permalink
ci: run coverage when pushed on main
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajil1213 committed Sep 1, 2023
1 parent d8fc5aa commit 18a03fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/woodcutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ jobs:
amend: 'false'
if: |
matrix.os == 'ubuntu-latest' &&
github.event_name == 'push'
github.ref_name == 'refs/heads/main'
continue-on-error: true

0 comments on commit 18a03fe

Please sign in to comment.