1
0
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:
tangowithfoxtrot 2025-05-21 13:44:02 -07:00 committed by GitHub
parent c1a143e5a1
commit 3f7b695aef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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