Skip to content

Commit

Permalink
On push trigger added
Browse files Browse the repository at this point in the history
  • Loading branch information
jprakash-db committed Oct 8, 2024
1 parent 64b2818 commit 44b52ac
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/publish-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@ name: Publish to PyPI [Production]

# Allow manual triggering of the workflow
on:
workflow_dispatch: # This enables manual triggering of the workflow
inputs:
version: # The version input that will be provided manually when the workflow is triggered
description: 'Specify the version to release (e.g., 4.0.0, 4.0.0.b0)'
required: true
default: '4.0.0.b0' # Set a default version value
workflow_dispatch: {}
push:
branches:
- 'PECO-1803/connector-split'

jobs:
publish:
Expand Down

0 comments on commit 44b52ac

Please sign in to comment.