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: paths:
- flake.nix - flake.nix
- flake.lock - flake.lock
- .github/workflows/nix.yml
push: push:
paths: paths:
- flake.nix - flake.nix
- flake.lock - flake.lock
- .github/workflows/nix.yml
branches: branches:
- main - main