[ISSUE-139] Fix portainer_automation_build_push workflow not registering on test branch #147
@ -9,13 +9,10 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
environment:
|
environment:
|
||||||
description: 'Target environment (test → PATCH bump, prod → MINOR bump)'
|
description: 'Target environment: "test" (PATCH bump) or "prod" (MINOR bump). Invalid values fail early with validation error.'
|
||||||
required: true
|
required: true
|
||||||
default: 'test'
|
default: 'test'
|
||||||
type: choice
|
type: string
|
||||||
options:
|
|
||||||
- test
|
|
||||||
- prod
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
version:
|
version:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user