mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 05:00:19 -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
|
name: Validate Database
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
pull_request:
|
||||||
branches-ignore:
|
branches-ignore:
|
||||||
- 'l10n_master'
|
- 'l10n_master'
|
||||||
- 'gh-pages'
|
- 'gh-pages'
|
||||||
paths:
|
paths:
|
||||||
- 'src/Sql/**'
|
- 'src/Sql/**'
|
||||||
- 'util/Migrator/**'
|
- 'util/Migrator/**'
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- 'master'
|
||||||
|
- 'rc'
|
||||||
|
paths:
|
||||||
|
- 'src/Sql/**'
|
||||||
|
- 'util/Migrator/**'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs: {}
|
inputs: {}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user