Skip to content

Commit

Permalink
Merge pull request #577 from peverwhee/capgen-tests-on-develop
Browse files Browse the repository at this point in the history
Add capgen automated testing on PRs to "develop"
  • Loading branch information
peverwhee authored Jul 17, 2024
2 parents 3e85c68 + f283131 commit 42e892f
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 42e892f

Please sign in to comment.