Keith Bennett
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
8 additions and
0 deletions
-
.github/workflows/test-builds.yml
|
@ -14,6 +14,14 @@ on: |
|
|
- data/** |
|
|
- data/** |
|
|
- docs/** |
|
|
- docs/** |
|
|
- '**/*.md' |
|
|
- '**/*.md' |
|
|
|
|
|
push: |
|
|
|
|
|
branches: |
|
|
|
|
|
- bugfix-2.0.x |
|
|
|
|
|
paths-ignore: |
|
|
|
|
|
- config/** |
|
|
|
|
|
- data/** |
|
|
|
|
|
- docs/** |
|
|
|
|
|
- '**/*.md' |
|
|
|
|
|
|
|
|
jobs: |
|
|
jobs: |
|
|
test_builds: |
|
|
test_builds: |
|
|