Skip to content

Commit 4dda12d

Browse files
authored
Enable GitHub merge queue (#303)
* Enable GitHub merge queue * Update main.yml
1 parent 82b5f5b commit 4dda12d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ name: CI
22

33
on:
44
push:
5-
branches: [auto]
5+
branches: [master]
66
pull_request:
77
workflow_dispatch:
8+
merge_group:
9+
types: [checks_requested]
810

911
jobs:
1012
ci:
@@ -86,7 +88,7 @@ jobs:
8688
run: ./travis_fuzz.sh
8789

8890
build_result:
89-
name: homu build finished
91+
name: Result
9092
runs-on: ubuntu-latest
9193
needs:
9294
- "ci"

0 commit comments

Comments
 (0)