Skip to content

Commit fa23e7c

Browse files
authored
Enable merge queue (#146)
1 parent 8d7629d commit fa23e7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: build
33
on:
44
pull_request:
55
types: [opened, synchronize]
6-
push:
7-
branches: [main]
6+
merge_group:
7+
types: [checks_requested]
88

99
env:
1010
HATCH_VERSION: 1.7.0

0 commit comments

Comments
 (0)