Skip to content

Commit 8ac088a

Browse files
committed
Change auto-merge workflow
1 parent bdc4939 commit 8ac088a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/auto-merge.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
name: Auto-merge
22
on:
33
workflow_run:
4-
workflows: ["build", "Build"]
5-
branches: ["auto-merge"]
6-
types:
7-
- completed
4+
workflows: [Build]
5+
branches: [auto-merge]
6+
types: [completed]
87

98
jobs:
109
on-success:

0 commit comments

Comments
 (0)