Skip to content

Commit 19e87e5

Browse files
committed
Add labeled to types of pull_request events triggering check
1 parent 43dc563 commit 19e87e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
branches:
1010
- main
1111
pull_request:
12+
types: [labeled, opened, synchronize, reopened]
1213

1314
concurrency:
1415
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)