Skip to content

Commit

Permalink
setup workflow to checkout branch instead of merge commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tannermpeterson committed Aug 17, 2020
1 parent 5ccc9f4 commit 41c7f13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dev-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
fetch-depth: 1

- name: Set up Python
Expand Down

0 comments on commit 41c7f13

Please sign in to comment.