Skip to content

Commit 0be95ca

Browse files
committed
Enable merge_group events
Signed-off-by: Andy Goldstein <[email protected]>
1 parent 14c9a3d commit 0be95ca

File tree

5 files changed

+7
-1
lines changed

5 files changed

+7
-1
lines changed

.github/workflows/e2e.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: e2e
33
on:
44
workflow_dispatch:
55
pull_request:
6+
merge_group:
67
push:
78
branches:
89
- main

.github/workflows/go-apidiff.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: go-apidiff
2-
on: [ pull_request ]
2+
on:
3+
pull_request:
4+
merge_group:
35
jobs:
46
go-apidiff:
57
runs-on: ubuntu-latest

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
pull_request:
1111
branches:
1212
- main
13+
merge_group:
1314

1415
jobs:
1516
goreleaser:

.github/workflows/sanity.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: sanity
33
on:
44
workflow_dispatch:
55
pull_request:
6+
merge_group:
67
push:
78
branches:
89
- main

.github/workflows/unit-test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: unit-test
33
on:
44
workflow_dispatch:
55
pull_request:
6+
merge_group:
67
push:
78
branches:
89
- main

0 commit comments

Comments
 (0)