Skip to content

Commit 2375f10

Browse files
authored
Require more jobs in merge queue (#793)
To re-enable the merge queue, this change adds merge_group to several jobs. original: line/line-bot-sdk-java#1592
1 parent a30717a commit 2375f10

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/auto-testing.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
push:
88
pull_request:
99
merge_group:
10+
workflow_dispatch:
1011

1112
jobs:
1213
build:

.github/workflows/generate-code.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
name: Generate code and open pull request
22

33
on:
4-
workflow_dispatch:
5-
pull_request:
64
push:
7-
branches:
8-
- master
5+
pull_request:
6+
merge_group:
7+
workflow_dispatch:
98

109
jobs:
1110
build:

0 commit comments

Comments
 (0)