Skip to content

Commit

Permalink
Enable build workflow for merge groups (#1072)
Browse files Browse the repository at this point in the history
### What
Enable build workflow for pull request merge groups.

### Why
So that the Rust build and test workflow will run on merge groups in the
pull request merge queue.
  • Loading branch information
leighmcculloch authored Aug 25, 2023
1 parent e7f5dbd commit 946f70d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches: [main, release/**]
pull_request:
merge_group:

env:
RUSTFLAGS: -D warnings
Expand Down

0 comments on commit 946f70d

Please sign in to comment.