Skip to content

Commit 44b52ac

Browse files
committed
On push trigger added
1 parent 64b2818 commit 44b52ac

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/publish-manual.yml

+4-6
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@ name: Publish to PyPI [Production]
22

33
# Allow manual triggering of the workflow
44
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
5+
workflow_dispatch: {}
6+
push:
7+
branches:
8+
- 'PECO-1803/connector-split'
119

1210
jobs:
1311
publish:

0 commit comments

Comments
 (0)