Skip to content

Commit

Permalink
made changes so we can test in hhs-dev-devops branch
Browse files Browse the repository at this point in the history
  • Loading branch information
George Hudson committed May 8, 2023
1 parent 225cc26 commit 6ca5a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/build-and-test/workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- << pipeline.parameters.build_and_test_all >>
- equal: [ main, << pipeline.git.branch >> ]
- equal: [ master, << pipeline.git.branch >> ]
- equal: [ 'hhs_dev_devops', << pipeline.git.branch >> ]
- equal: [ 'hhs-dev-devops', << pipeline.git.branch >> ]
jobs:
- secrets-check
- test-backend:
Expand Down

0 comments on commit 6ca5a76

Please sign in to comment.