Skip to content

Commit e831831

Browse files
committed
ci: add merge_group trigger
1 parent 87977cd commit e831831

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches: [develop]
66
pull_request:
7+
merge_group:
78

89
permissions:
910
contents: read

.github/workflows/check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches: [develop]
66
pull_request:
7+
merge_group:
78

89
permissions:
910
contents: read

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches: [develop]
66
pull_request:
7+
merge_group:
78

89
permissions:
910
contents: read

0 commit comments

Comments
 (0)