Skip to content

Commit aeccef8

Browse files
committed
Core fix: now check will run against current branch most recent commit and will be triggered by nix file outside of project root
1 parent 7b912c6 commit aeccef8

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)