Skip to content

Commit 59ab5f0

Browse files
authored
chore: trigger CI jobs on merge_group (#1714)
1 parent d573c68 commit 59ab5f0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/lint.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: Lint
2-
on: [pull_request]
2+
on:
3+
pull_request:
4+
merge_group:
35

46
permissions:
57
contents: read # to fetch code (actions/checkout)

.github/workflows/nodejs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
branches:
1010
- main
1111
- next
12+
merge_group:
1213

1314
concurrency:
1415
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}

0 commit comments

Comments
 (0)