We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
merge_group
1 parent d573c68 commit 59ab5f0Copy full SHA for 59ab5f0
.github/workflows/lint.yml
@@ -1,5 +1,7 @@
1
name: Lint
2
-on: [pull_request]
+on:
3
+ pull_request:
4
+ merge_group:
5
6
permissions:
7
contents: read # to fetch code (actions/checkout)
.github/workflows/nodejs.yml
@@ -9,6 +9,7 @@ on:
9
branches:
10
- main
11
- next
12
13
14
concurrency:
15
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
0 commit comments