Skip to content

Commit

Permalink
run workflows on pr to master
Browse files Browse the repository at this point in the history
  • Loading branch information
rjchallis committed Jun 26, 2024
1 parent 7e9279d commit 9bb5cf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/flake8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
pull_request:
branches:
- main
- master

jobs:
flake8:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sourcery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
pull_request:
branches:
- main
- master

jobs:
sourcery:
Expand Down

0 comments on commit 9bb5cf1

Please sign in to comment.