We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5ba6dd commit 2fd15baCopy full SHA for 2fd15ba
1 file changed
.github/workflows/main.yml
@@ -2,10 +2,12 @@ name: CI
2
3
on:
4
push:
5
- branches: [auto]
+ branches: [master]
6
pull_request:
7
workflow_dispatch:
8
-
+ merge_group:
9
+ types: [checks_requested]
10
+
11
jobs:
12
linux-ci:
13
name: Linux
@@ -49,7 +51,7 @@ jobs:
49
51
working-directory: macros
50
52
53
build_result:
- name: homu build finished
54
+ name: Result
55
runs-on: ubuntu-latest
56
needs:
57
- "linux-ci"
0 commit comments