Skip to content

Commit e6de523

Browse files
authored
Support merge queue (#256)
Signed-off-by: Andy Goldstein <[email protected]>
1 parent d67550f commit e6de523

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
@@ -1,6 +1,7 @@
11
name: CI
22

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

.github/workflows/deploy.yml

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

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

0 commit comments

Comments
 (0)