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:
6
.github/workflows/database.yml
vendored
6
.github/workflows/database.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user