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 78ec0aa commit a6d7256Copy full SHA for a6d7256
.github/workflows/ci.yml
@@ -5,6 +5,7 @@ on:
5
branches:
6
- main
7
pull_request:
8
+ merge_group:
9
10
permissions:
11
contents: read # to fetch code (actions/checkout)
.github/workflows/coverage.yml
@@ -2,6 +2,7 @@ name: Coverage
2
3
on:
4
# Required to checkout the code
0 commit comments