1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

DEVOPS-1683 REFACTOR: default branch name in

deploy-non-prod-web.yml
This commit is contained in:
Alex Urbina
2023-12-12 16:51:08 -06:00
parent ad6c79cfa6
commit 92442f486e

View File

@@ -15,10 +15,10 @@ on:
- USPROD
- EUPROD
tag:
description: "Branch name to deploy (examples: 'master', 'feature/sm')"
description: "Branch name to deploy (examples: 'main', 'feature/sm')"
required: true
type: string
default: master
default: main
workflow_call:
inputs: