Skip to content

Commit

Permalink
Add a merge_group trigger to the build workflow
Browse files Browse the repository at this point in the history
This should improve compatibility with merge queues. We configure it to
only trigger on the `checks_requested` type which is currently the only
supported type for this trigger. If additional types are added in the
future they should be added if appropriate.
  • Loading branch information
mcdonnnj committed Nov 2, 2023
1 parent 696433a commit 6503a9e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
name: build

on:
merge_group:
types:
- checks_requested
pull_request:
push:
repository_dispatch:
Expand Down

0 comments on commit 6503a9e

Please sign in to comment.