Skip to content

Commit 792cddd

Browse files
feat(ci): enable merge queues
Signed-off-by: Victor Adossi <vadossi@cosmonic.com>
1 parent c951361 commit 792cddd

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.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)