We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb9fa6b commit eb65e34Copy full SHA for eb65e34
.github/workflows/test-and-release.yml
@@ -1,12 +1,13 @@
1
name: Test and Release
2
3
-# Run this job on all pushes to main and for pull requests
+# Run this job on all pushes to main, for pull requests, and merge queue
4
on:
5
push:
6
branches:
7
# This avoids having duplicate builds in non-forked PRs
8
- "main"
9
pull_request: {}
10
+ merge_group: {}
11
12
# Cancel previous PR/branch runs when a new commit is pushed
13
concurrency:
0 commit comments