Skip to content

Commit 7acfe53

Browse files
committed
allow workflow dispatch
1 parent 794a957 commit 7acfe53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
with:
100100
artifacts_path: dist
101101
anaconda_nightly_upload_token: ${{ secrets.ANACONDA_ORG_UPLOAD_TOKEN }}
102-
if: github.repository_owner == 'pydata' && github.event_name == 'schedule'
102+
if: github.repository_owner == 'pydata' && (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch')
103103

104104
release-PST:
105105
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)