Skip to content

Commit 68cafc1

Browse files
committed
chore: use head for check code job instead of master
1 parent 8687011 commit 68cafc1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
uses: actions/checkout@v2
1616
with:
1717
fetch-depth: 0
18+
ref: ${{ github.head_ref }}
1819
- name: Setup Node.js
1920
uses: actions/setup-node@v2
2021
with:

0 commit comments

Comments
 (0)