Skip to content

Commit

Permalink
only run tests on 3 branches
Browse files Browse the repository at this point in the history
  • Loading branch information
Burgholzer authored and Burgholzer committed Mar 18, 2024
1 parent 2df5a94 commit 0bd5030
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/hsp2-conda-install-test-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master", "develop-tests", "develop-specact-speed-eq" ]
branches: [ "master", "develop", "develop-specact" ]

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hsp2-pip-install-test-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master", "develop-tests", "develop-specact-speed-eq" ]
branches: [ "master", "develop", "develop-specact" ]

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hsp2-pip-install-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master", "develop-tests", "develop-specact-speed-eq" ]
branches: [ "master", "develop", "develop-specact" ]

permissions:
contents: read
Expand Down

0 comments on commit 0bd5030

Please sign in to comment.