mirror of
https://github.com/bitwarden/server.git
synced 2025-04-04 20:50:21 -05:00
[SM-205] Trigger Database job on PRs (#2255)
This commit is contained in:
parent
98351f5693
commit
d6ce41c837
9
.github/workflows/database.yml
vendored
9
.github/workflows/database.yml
vendored
@ -2,13 +2,20 @@
|
||||
name: Validate Database
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
branches-ignore:
|
||||
- 'l10n_master'
|
||||
- 'gh-pages'
|
||||
paths:
|
||||
- 'src/Sql/**'
|
||||
- 'util/Migrator/**'
|
||||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
- 'rc'
|
||||
paths:
|
||||
- 'src/Sql/**'
|
||||
- 'util/Migrator/**'
|
||||
workflow_dispatch:
|
||||
inputs: {}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user