[ISSUE-139] Fix portainer_automation_build_push workflow not registering on test branch #147

Merged
hitanshu merged 2 commits from Dave/CFTunnels:ISSUE-139-fix-workflow-registration into test 2026-07-09 05:09:29 +00:00
Showing only changes of commit 35db41573a - Show all commits

View File

@ -9,13 +9,10 @@ on:
workflow_dispatch:
inputs:
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
default: 'test'
type: choice
options:
- test
- prod
type: string
jobs:
version: