Skip to content

Commit

Permalink
revert defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Nov 22, 2024
1 parent e424dfc commit 8ba75f7
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: "Publish"

on:
pull_request:
workflow_dispatch:
inputs:
package:
Expand All @@ -13,19 +12,19 @@ on:
deploy-to:
description: "Choose whether to publish to test or prod"
type: environment
default: "test"
default: "prod"
branch:
description: "Choose the branch to publish from"
type: string
default: "monorepo/shared-workflows"
default: "main"
pypi-internal:
description: "Publish Internally"
type: boolean
default: false
default: true
pypi-public:
description: "Publish to PyPI"
type: boolean
default: true
default: false

# don't attempt to release the same target in parallel
concurrency:
Expand Down

0 comments on commit 8ba75f7

Please sign in to comment.