Skip to content

Commit ddaa02e

Browse files

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/build-nix.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: "Nix"
22
on:
33
pull_request:
4+
merge_group:
45
push:
56
branches:
67
- main

.github/workflows/check-mergeable.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ name: Check branch status
22

33
on:
44
pull_request:
5-
branches:
6-
- "**"
5+
merge_group:
76

87
jobs:
98
check_branch_history:

.github/workflows/run-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ on:
55
branches:
66
- main
77
pull_request:
8-
branches:
9-
- '**'
8+
merge_group:
109

1110

1211
jobs:

0 commit comments

Comments
 (0)