Skip to content

Commit 5d9864d

Browse files
committed
Add merge group triggers to CI
1 parent e3c31e5 commit 5d9864d

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: CD
22

33
on:
4+
merge_group:
45
push:
56
branches:
67
- main

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: CI
22

33
on:
4+
merge_group:
45
pull_request:
56
push:
67
branches:

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
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
push:
67
branches:

0 commit comments

Comments
 (0)