Skip to content

Commit 8c48b44

Browse files
authored
chore: Enable merge queue (#25)
1 parent a6746e2 commit 8c48b44

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/settings.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ repository:
99

1010

1111

12+

.github/workflows/branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- main
77
- release/**
8-
types: [opened, synchronize, reopened, labeled, unlabeled]
8+
types: [opened, synchronize, reopened]
99
push:
1010
branches:
1111
- main

0 commit comments

Comments
 (0)