Skip to content

Commit

Permalink
Add merge queue to set of triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
tstirrat15 committed Oct 23, 2024
1 parent 27500c0 commit 8af9101
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ on:
- "main"
pull_request:
branches: ["*"]
# NOTE: this is required for checks to be run in the
# merge queue.
merge_group:
types:
- "checks_requested"
jobs:
tests:
name: "Unit and Integration Tests"
Expand Down

0 comments on commit 8af9101

Please sign in to comment.