mirror of
https://github.com/bitwarden/server.git
synced 2025-05-22 12:04:27 -05:00
add 'check branch' back
This commit is contained in:
parent
c1a143e5a1
commit
3f7b695aef
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -106,6 +106,13 @@ jobs:
|
||||
with:
|
||||
ref: ${{ github.event.pull_request.head.sha }}
|
||||
|
||||
- name: Check branch to publish
|
||||
env:
|
||||
PUBLISH_BRANCHES: "main,rc,hotfix-rc"
|
||||
id: publish-branch-check
|
||||
run: |
|
||||
IFS="," read -a publish_branches <<< $PUBLISH_BRANCHES
|
||||
|
||||
- name: Set up .NET
|
||||
uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4.2.0
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user