Skip to content

Commit

Permalink
ci: add merge_group triggers to tests (#1146)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbirman authored Nov 7, 2024
1 parent 23f7b45 commit 7de47d9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run_dev_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
pull_request:
branches:
- dev
merge_group:
branches:
- dev

jobs:
linters:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/run_main_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
branches:
- '*release*'
- main
merge_group:
branches:
- '*release*'
- main

jobs:
linters:
Expand Down

0 comments on commit 7de47d9

Please sign in to comment.