1
0
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:
Oscar Hinton 2022-09-08 21:26:26 +02:00 committed by GitHub
parent 98351f5693
commit d6ce41c837
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: {}