We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64b2818 commit 44b52acCopy full SHA for 44b52ac
.github/workflows/publish-manual.yml
@@ -2,12 +2,10 @@ name: Publish to PyPI [Production]
2
3
# Allow manual triggering of the workflow
4
on:
5
- workflow_dispatch: # This enables manual triggering of the workflow
6
- inputs:
7
- version: # The version input that will be provided manually when the workflow is triggered
8
- description: 'Specify the version to release (e.g., 4.0.0, 4.0.0.b0)'
9
- required: true
10
- default: '4.0.0.b0' # Set a default version value
+ workflow_dispatch: {}
+ push:
+ branches:
+ - 'PECO-1803/connector-split'
11
12
jobs:
13
publish:
0 commit comments