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 cfbbe2c commit da89ae8Copy full SHA for da89ae8
.github/workflows/ci.yml
@@ -5,6 +5,7 @@ on:
5
branches-ignore:
6
- "dependabot/**"
7
pull_request:
8
+ merge_group:
9
10
concurrency:
11
group: ${{ github.ref }}-${{ github.workflow }}-${{ github.event_name }}${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) && format('-{0}', github.sha) || '' }}
0 commit comments