Skip to content

Commit

Permalink
Run PR checks against feature branch head.
Browse files Browse the repository at this point in the history
  • Loading branch information
marc0der committed Jul 12, 2021
1 parent 164b0ac commit cc1358b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ jobs:
steps:
- name: Checkout source code
uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Set up JDK 11.0.11
uses: actions/setup-java@v1
with:
Expand Down

0 comments on commit cc1358b

Please sign in to comment.