Skip to content

Commit

Permalink
Support GitHub merge queue in test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuatbrown committed Jan 23, 2024
1 parent 7aad412 commit e520c21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
# This is needed to allow skipping enforcement of the changelog in PRs with specific labels,
# as defined in the (optional) "skipLabels" property.
types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled]
merge_group:
types: [checks_requested]
push:
branches: main
env:
Expand Down

0 comments on commit e520c21

Please sign in to comment.