Skip to content

Commit eb65e34

Browse files
authored
Add merge_queue trigger to test-and-release workflow (#258)
1 parent eb9fa6b commit eb65e34

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-and-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
name: Test and Release
22

3-
# Run this job on all pushes to main and for pull requests
3+
# Run this job on all pushes to main, for pull requests, and merge queue
44
on:
55
push:
66
branches:
77
# This avoids having duplicate builds in non-forked PRs
88
- "main"
99
pull_request: {}
10+
merge_group: {}
1011

1112
# Cancel previous PR/branch runs when a new commit is pushed
1213
concurrency:

0 commit comments

Comments
 (0)