1
0
mirror of https://github.com/bitwarden/server synced 2025-12-24 20:23:21 +00:00

Point workflows to main (#3549)

* Point workflows to main

* Merge in master. Update new version-bump workflow changes
This commit is contained in:
Joseph Flinn
2023-12-12 12:08:12 -08:00
committed by GitHub
parent 52cb253c9a
commit c120b7e867
7 changed files with 24 additions and 24 deletions

View File

@@ -1,4 +1,4 @@
---
---
name: Validate Database
on:
@@ -11,7 +11,7 @@ on:
- 'util/Migrator/**'
push:
branches:
- 'master'
- 'main'
- 'rc'
paths:
- 'src/Sql/**'
@@ -31,7 +31,7 @@ jobs:
uses: actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2 # v3.2.0
with:
dotnet-version: '6.0.x'
- name: Print environment
run: |
dotnet --info