Skip to content

Commit

Permalink
Merge branch 'main' into patch2
Browse files Browse the repository at this point in the history
  • Loading branch information
invisibleroads committed May 22, 2024
2 parents cfb9cf9 + 0ac108f commit 4ad63f1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
if: github.event_name == 'pull_request'
with:
ref: ${{ github.ref_name }}
fetch-depth: 0
ref: ${{ github.event.pull_request.head.ref }}
- uses: actions/checkout@v4
if: github.event_name == 'push'
- uses: actions/setup-python@v5
with:
python-version: "3.12"
Expand Down

0 comments on commit 4ad63f1

Please sign in to comment.