Skip to content

Commit

Permalink
Running coverage on all branches
Browse files Browse the repository at this point in the history
Running coverage on all branches on a push, and additionally on main on a pull request
  • Loading branch information
junniest authored Oct 10, 2023
1 parent 6c19f7f commit 6821d7a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: tests with coverage

on:
push:
branches: [ "main" ]
branches:
- "main"
- "**"
pull_request:
branches: [ "main" ]

Expand Down

0 comments on commit 6821d7a

Please sign in to comment.