We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 794a957 commit 7acfe53Copy full SHA for 7acfe53
1 file changed
.github/workflows/publish.yml
@@ -99,7 +99,7 @@ jobs:
99
with:
100
artifacts_path: dist
101
anaconda_nightly_upload_token: ${{ secrets.ANACONDA_ORG_UPLOAD_TOKEN }}
102
- if: github.repository_owner == 'pydata' && github.event_name == 'schedule'
+ if: github.repository_owner == 'pydata' && (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch')
103
104
release-PST:
105
runs-on: ubuntu-latest
0 commit comments