Skip to content

Commit f555bae

Browse files
committed
Add dco_merge_group workflow
Signed-off-by: Yuri Shkuro <[email protected]>
1 parent 2ed7a5d commit f555bae

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci-lint-test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
name: Lint Checks
55

66
on:
7+
merge_group:
78
push:
89
branches: [main]
910
pull_request:

.github/workflows/ci-unit-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
name: Tests
55

66
on:
7+
merge_group:
78
push:
89
branches: [main]
9-
1010
pull_request:
1111
branches: [main]
1212

0 commit comments

Comments
 (0)