Skip to content

Commit

Permalink
specify branch to deploy (#3899)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekzhu authored Oct 23, 2024
1 parent fe3b4be commit 6edbbdc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/python-package-0.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ on:
tags:
- "0.2.*"
workflow_dispatch:
inputs:
branch:
description: 'Branch to deploy the package'
required: true
default: '0.2'
permissions: {}
jobs:
deploy:
Expand All @@ -21,6 +26,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.event.inputs.branch }}
- name: Build
shell: pwsh
run: |
Expand Down

0 comments on commit 6edbbdc

Please sign in to comment.