Skip to content

Commit e0efde6

Browse files
authored
ci: add merge_group support (#2789)
1 parent 5a704db commit e0efde6

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

.github/workflows/coverage.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Test and coverage
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
pull_request:
6+
merge_group:
47

58
jobs:
69
build:

.github/workflows/docs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Documentation Workflows
22
on:
33
pull_request:
4+
merge_group:
45
jobs:
56
ensure-docs-generated:
67
name: Ensure docs are generated

.github/workflows/golangci-lint.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: golangci-lint
22
on:
33
pull_request:
4+
merge_group:
45
jobs:
56
golangci:
67
name: lint

.github/workflows/unit-tests.yaml

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

33
on:
44
pull_request:
5+
merge_group:
56

67
jobs:
78
os-tests:

0 commit comments

Comments
 (0)