Update flake.lock path in workflow configuration

This commit is contained in:
Daniel Winkler 2025-08-28 00:47:42 +10:00 committed by GitHub
commit 1cad2b2c1a
Failed to generate hash of commit

View file

@ -3,7 +3,7 @@ on:
workflow_dispatch: # allows manual triggering
push:
paths:
- 'flake.lock'
- 'templates/n/flake.lock'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true