Skip to content

Commit 388b5c0

Browse files
add jobs to merge_group event (cosmos#311)
1 parent a8112f4 commit 388b5c0

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ name: Lint
44
# running if no *.{go, mod, sum} files have been changed.
55
on:
66
pull_request:
7+
merge_group:
8+
79

810
permissions: read-all
911

.github/workflows/solidity-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Solidity Test
22
on:
3+
merge_group:
34
pull_request:
45
branches:
56
- main

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Tests
22
on:
33
pull_request:
4+
merge_group:
45
push:
56
branches:
67
- main

0 commit comments

Comments
 (0)