Skip to content

Commit 98855e0

Browse files
authored
run CI in merge queue (#103)
Signed-off-by: Joe Lanford <[email protected]>
1 parent 47a1f34 commit 98855e0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yml

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

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
pull_request:
99
branches:
1010
- 'main'
11+
merge_group:
1112

1213
jobs:
1314
release:

0 commit comments

Comments
 (0)