Skip to content

Commit 2fd15ba

Browse files
authored
Enable the GitHub merge queue (#349)
1 parent a5ba6dd commit 2fd15ba

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/main.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@ name: CI
22

33
on:
44
push:
5-
branches: [auto]
5+
branches: [master]
66
pull_request:
77
workflow_dispatch:
8-
8+
merge_group:
9+
types: [checks_requested]
10+
911
jobs:
1012
linux-ci:
1113
name: Linux
@@ -49,7 +51,7 @@ jobs:
4951
working-directory: macros
5052

5153
build_result:
52-
name: homu build finished
54+
name: Result
5355
runs-on: ubuntu-latest
5456
needs:
5557
- "linux-ci"

0 commit comments

Comments
 (0)