Skip to content

Commit 05c3435

Browse files
committed
ci(feat): Add support for GitHub's merge queue
1 parent b296a8b commit 05c3435

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)