We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d7629d commit fa23e7cCopy full SHA for fa23e7c
.github/workflows/push.yml
@@ -3,8 +3,8 @@ name: build
3
on:
4
pull_request:
5
types: [opened, synchronize]
6
- push:
7
- branches: [main]
+ merge_group:
+ types: [checks_requested]
8
9
env:
10
HATCH_VERSION: 1.7.0
0 commit comments