Skip to content

Commit bbc0d95

Browse files
feat(ci): enable merge queues
Signed-off-by: Victor Adossi <[email protected]>
1 parent c170ff8 commit bbc0d95

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/main.yml

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

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

.github/workflows/tag-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ description: |
44
Tag a given commit as a release
55
66
on:
7+
merge_group:
78
pull_request:
89
types:
910
- closed

0 commit comments

Comments
 (0)