Skip to content

Commit

Permalink
Use source branch instead of target branch for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vivid-cpreston authored Nov 21, 2024
1 parent a8efb07 commit 1077005
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}

# Install Python and build tools
- name: Install Python and build tools
Expand Down

0 comments on commit 1077005

Please sign in to comment.