mirror of
https://github.com/dwinkler1/fran.git
synced 2026-02-19 14:40:58 -05:00
Update workflow to trigger on JSON version files
This commit is contained in:
parent
e6cc79ad37
commit
1a1dc39c36
1 changed files with 1 additions and 1 deletions
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
|
|
@ -4,7 +4,7 @@ on:
|
|||
push:
|
||||
paths:
|
||||
- 'flake.lock'
|
||||
- 'versions/*'
|
||||
- 'versions/*.json'
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue