Skip to content

Commit

Permalink
update target branch for pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
Courtney Peverley committed Jul 15, 2024
1 parent 3e85c68 commit f283131
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/capgen_unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Capgen Unit Tests
on:
workflow_dispatch:
pull_request:
branches: [feature/capgen, main]
branches: [develop, main]

jobs:
unit_tests:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Python package
on:
workflow_dispatch:
pull_request:
branches: [feature/capgen, main]
branches: [develop, main]

jobs:
build:
Expand Down

0 comments on commit f283131

Please sign in to comment.