mirror of
https://github.com/bitwarden/browser
synced 2026-01-08 03:23:50 +00:00
Update master to main in workflows (#7151)
This commit is contained in:
4
.github/workflows/deploy-eu-prod-web.yml
vendored
4
.github/workflows/deploy-eu-prod-web.yml
vendored
@@ -5,10 +5,10 @@ on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
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
|
||||
|
||||
jobs:
|
||||
azure-deploy:
|
||||
|
||||
Reference in New Issue
Block a user