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 workflow_dispatch: # allows manual triggering
push: push:
paths: paths:
- 'flake.lock' - 'templates/n/flake.lock'
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.ref }} group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true cancel-in-progress: true