Skip to content

Commit cc1358b

Browse files
committed
Run PR checks against feature branch head.
1 parent 164b0ac commit cc1358b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ jobs:
66
steps:
77
- name: Checkout source code
88
uses: actions/checkout@v2
9+
with:
10+
ref: ${{ github.event.pull_request.head.sha }}
911
- name: Set up JDK 11.0.11
1012
uses: actions/setup-java@v1
1113
with:

0 commit comments

Comments
 (0)