Skip to content

Commit 33feb71

Browse files
alcaeusGromNaN
andauthored
Enable workflows to run for GitHub Merge Queue (#1199)
Co-authored-by: Jérôme Tamarelle <[email protected]>
1 parent ad8e187 commit 33feb71

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.github/workflows/coding-standards.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: "Coding Standards"
22

33
on:
4+
merge_group:
45
pull_request:
56
branches:
67
- "v*.*"

.github/workflows/docs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: "Docs"
22

33
on:
4+
merge_group:
45
pull_request:
56
branches:
67
- "v*.*"

.github/workflows/static-analysis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: "Static Analysis"
22

33
on:
4+
merge_group:
45
pull_request:
56
branches:
67
- "v*.*"

.github/workflows/tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: "Tests"
22

33
on:
4+
merge_group:
45
pull_request:
56
branches:
67
- "v*.*"

0 commit comments

Comments
 (0)