Update workflow to trigger on JSON version files

This commit is contained in:
Daniel Winkler 2025-09-11 23:56:45 +10:00 committed by GitHub
commit 1a1dc39c36
Failed to generate hash of commit

View file

@ -4,7 +4,7 @@ on:
push:
paths:
- 'flake.lock'
- 'versions/*'
- 'versions/*.json'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true