ci(nix): run the workflow when workflow file changes

This commit is contained in:
link2xt
2025-10-04 03:30:08 +00:00
committed by l
parent 080ddde68d
commit 34e631395f

View File

@@ -5,10 +5,12 @@ on:
paths:
- flake.nix
- flake.lock
- .github/workflows/nix.yml
push:
paths:
- flake.nix
- flake.lock
- .github/workflows/nix.yml
branches:
- main