Skip to content

Commit

Permalink
add merge-groups to workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs committed Nov 1, 2023
1 parent 5633313 commit 4e531f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
pull_request:
branches:
- main
merge_group:

jobs:
build-docs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
pull_request:
branches:
- main
merge_group:

jobs:
run-tests-rust:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/style-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
pull_request:
branches:
- main
merge_group:

jobs:
style-checks:
Expand Down

0 comments on commit 4e531f2

Please sign in to comment.