Add version path to workflow push triggers

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

View file

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