Skip to content

Commit 065ef32

Browse files
committed
Fix pull request workflow
1 parent 24ff89f commit 065ef32

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/check.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ on:
44
push:
55
branches:
66
- master
7-
pull_request:
8-
branches:
9-
- master
7+
pull_request:
8+
branches:
9+
- master
1010

1111
jobs:
1212
check:

0 commit comments

Comments
 (0)