Skip to content

Commit c0dd73c

Browse files
tomwhitejeromekelleher
authored andcommitted
Add merge group triggers to CI
1 parent 63d1cb4 commit c0dd73c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-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
pull_request:
56
push:
67
branches:

.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:

0 commit comments

Comments
 (0)