Skip to content

Commit 471a50c

Browse files
committed
[CI] Change PR workflow for v2
1 parent cacbf03 commit 471a50c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pr.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@ name: PR Checks
22

33
on:
44
pull_request:
5+
branches:
6+
- master
57
pull_request_review:
68
types: [submitted]
7-
9+
branches:
10+
- master
811
jobs:
912
check_docs:
1013
name: Check Docs

0 commit comments

Comments
 (0)