Skip to content

Commit ac48fea

Browse files
authored
ci: Add support for GitHub's merge queue (#338)
1 parent d04d68e commit ac48fea

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.github/workflows/alpine-mainline.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name: Alpine Mainline
33
on:
44
pull_request:
5+
merge_group:
56
schedule:
67
- cron: "0 0 * * 1"
78
workflow_dispatch:

.github/workflows/alpine-stable.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name: Alpine Stable
33
on:
44
pull_request:
5+
merge_group:
56
schedule:
67
- cron: "0 0 * * 1"
78
workflow_dispatch:

.github/workflows/debian-mainline.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name: Debian Mainline
33
on:
44
pull_request:
5+
merge_group:
56
schedule:
67
- cron: "0 0 * * 1"
78
workflow_dispatch:

.github/workflows/debian-stable.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name: Debian Stable
33
on:
44
pull_request:
5+
merge_group:
56
schedule:
67
- cron: "0 0 * * 1"
78
workflow_dispatch:

0 commit comments

Comments
 (0)