Skip to content

Commit 460b951

Browse files
committed
fix(ci): add edited, reopened triggers for check workflow
1 parent e082b4b commit 460b951

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/check.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@ name: Check
22
on:
33
# Run on pull requests to main branch
44
pull_request:
5-
types:
6-
- opened
7-
branches:
8-
- main
5+
merge_group:
96

107
jobs:
118
build:

0 commit comments

Comments
 (0)