We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1075528 commit 3eafbbfCopy full SHA for 3eafbbf
1 file changed
.github/workflows/release.yml
@@ -83,7 +83,7 @@ jobs:
83
pypi:
84
name: upload release to PyPI
85
needs: ['release','smoketest']
86
- if: (( github.event.inputs.dry_run != 'true' ) && ((github.ref_name == 'master') || startsWith(github.ref_name,"ci/")))
+ if: (( github.event.inputs.dry_run != 'true' ) && ((github.ref_name == 'master') || startsWith(github.ref_name,'ci/') ))
87
runs-on: ubuntu-latest
88
environment: pypi
89
permissions:
0 commit comments