mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-02 18:17:46 +01:00
Fix publish branches check (#5421)
This commit is contained in:
parent
f196928c20
commit
79a634456e
2
.github/workflows/build-web.yml
vendored
2
.github/workflows/build-web.yml
vendored
@ -160,7 +160,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Check Branch to Publish
|
- name: Check Branch to Publish
|
||||||
env:
|
env:
|
||||||
PUBLISH_BRANCHES: "master,rc,hotfix-rc"
|
PUBLISH_BRANCHES: "master,rc,hotfix-rc-web"
|
||||||
id: publish-branch-check
|
id: publish-branch-check
|
||||||
run: |
|
run: |
|
||||||
IFS="," read -a publish_branches <<< $PUBLISH_BRANCHES
|
IFS="," read -a publish_branches <<< $PUBLISH_BRANCHES
|
||||||
|
Loading…
Reference in New Issue
Block a user