Skip to content

Commit

Permalink
PR checker / manual dispatch - add branch handling
Browse files Browse the repository at this point in the history
  • Loading branch information
JanneKiiskila committed Dec 19, 2023
1 parent a0a0eaf commit bdfd61d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/installation-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
steps:
- name: Check out code
uses: actions/checkout@v3
with:
# Use the branch specified by the workflow_dispatch input or the pull_request event
ref: ${{ github.event.inputs.branch || github.event.pull_request.head.ref }}
- name: Install Python ${{ matrix.python-ver}}
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit bdfd61d

Please sign in to comment.