Skip to content

Commit

Permalink
run checks on primary branch
Browse files Browse the repository at this point in the history
  • Loading branch information
lmaxwell24 committed Jan 4, 2024
1 parent 09c0c8a commit 0e4db21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Checks
on:
push:
branches:
- main
- master
pull_request:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sim-sanity-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Simulator Sanity Test
on:
push:
branches:
- main
- master
pull_request:

jobs:
Expand Down

0 comments on commit 0e4db21

Please sign in to comment.