Skip to content

Commit

Permalink
Updates YAML files to reference correct branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
mccarthyrj committed Nov 7, 2024
1 parent d15563d commit 880f9d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'build-tests'
on:
pull_request:
branches:
- 'main'
- 'dev'
jobs:
unit-testing:
runs-on: 'ubuntu-latest'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'deploy'
on:
push:
branches:
- 'main'
- 'dev'
jobs:
unit-testing:
runs-on: 'ubuntu-latest'
Expand Down

0 comments on commit 880f9d5

Please sign in to comment.