Add path filter for flake.lock in workflow

This commit is contained in:
Daniel Winkler 2025-08-27 23:59:15 +10:00 committed by GitHub
commit a0aaee61f8
Failed to generate hash of commit

View file

@ -2,6 +2,8 @@ name: "Test template"
on: on:
workflow_dispatch: # allows manual triggering workflow_dispatch: # allows manual triggering
push: push:
paths:
- 'flake.lock'
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.ref }} group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true cancel-in-progress: true