mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 10:04:18 -08:00
Update data-checks.yml
This commit is contained in:
parent
8805c8241b
commit
cf4274a3de
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