Skip to content

Commit

Permalink
ci: allow tests on hotfix branches
Browse files Browse the repository at this point in the history
  • Loading branch information
J-81 committed Mar 31, 2023
1 parent e183416 commit b5462ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run_pytests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
branches:
- main
- development
- "*hotfix*"
pull_request:
types: [ opened, synchronize]
# Allows you to run this workflow manually from the Actions tab
Expand Down

0 comments on commit b5462ee

Please sign in to comment.