Browse Source

[SM-205] Trigger Database job on PRs (#2255)

pull/2258/head
Oscar Hinton 3 years ago committed by GitHub
parent
commit
d6ce41c837
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      .github/workflows/database.yml

9
.github/workflows/database.yml

@ -2,13 +2,20 @@ @@ -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…
Cancel
Save