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:
4
.github/workflows/deploy-non-prod-web.yml
vendored
4
.github/workflows/deploy-non-prod-web.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user