We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent effe481 commit 3dba899Copy full SHA for 3dba899
.github/workflows/mq.yml renamed to .github/workflows/main.yml
@@ -1,9 +1,10 @@
1
# This file is maintained by ecsact-dev/ecsact_common
2
# If changes are required please make them there
3
4
-name: mq
+name: main
5
6
on:
7
+ pull_request:
8
merge_group:
9
10
jobs:
@@ -23,6 +24,7 @@ jobs:
23
24
with: { clang-format-version: "18" }
25
26
test-windows:
27
+ if: github.event_name == 'merge_group'
28
runs-on: windows-latest
29
steps:
30
- uses: actions/cache@v4
@@ -38,6 +40,7 @@ jobs:
38
40
working-directory: test
39
41
42
test-linux:
43
44
runs-on: ubuntu-latest
45
46
.github/workflows/pr.yml
0 commit comments