Skip to content

Commit 49810df

Browse files
authored
Merge pull request #552 from RyanSourced/bugfix/2025-08-30-nix-ci-triggers-fix
[Nix] CI Fixes for `nix flake check`
2 parents 0e02f8a + 7039d5f commit 49810df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-flake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Check Nix flake
22
on:
3-
pull_request_target:
3+
pull_request:
44
paths:
5-
- '*.nix'
5+
- '**.nix'
66
- flake.lock
77
push:
88
branches:

0 commit comments

Comments
 (0)