Skip to content

Commit

Permalink
Run tests on pull requests as well as pushes to main
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcefrog committed Feb 7, 2025
1 parent e2aff68 commit 4121dd6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ permissions:

on:
push:
branches:
- main
paths:
- ".cargo/*.toml"
- ".github/workflows/tests.yml"
- "Cargo.*"
- "mutants_attrs/**"
- "src/**"
- "testdata/**"
- "tests/**"
pull_request:
paths:
- ".cargo/*.toml"
- ".github/workflows/tests.yml"
Expand Down

0 comments on commit 4121dd6

Please sign in to comment.