mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 10:04:18 -08:00
adding data checks for release branch
This commit is contained in:
parent
0a9c04c501
commit
be507fe896
1 changed files with 3 additions and 1 deletions
4
.github/workflows/data-checks.yml
vendored
4
.github/workflows/data-checks.yml
vendored
|
@ -2,7 +2,9 @@
|
|||
name: Data Checks
|
||||
on:
|
||||
pull_request:
|
||||
branches: [main] # runs on any PR against main
|
||||
branches:
|
||||
- main
|
||||
- "**/release/**"
|
||||
paths:
|
||||
- "data/**"
|
||||
jobs:
|
||||
|
|
Loading…
Add table
Reference in a new issue