Skip to content

Commit e469170

Browse files
committed
fix
1 parent 638bc01 commit e469170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
GPG_PASSWORD: ${{ secrets.GPG_PASSWORD }}
154154

155155
required-status-check:
156-
if: github.event_name == 'pull_request' && always()
156+
if: (github.event_name == 'pull_request' || github.event_name == 'merge_group') && always()
157157
needs:
158158
- build
159159
- test

0 commit comments

Comments
 (0)