Skip to content

Commit 60977b0

Browse files
committedJun 30, 2024
fix: only run CI when the nix stuff changes
1 parent dd7cc5f commit 60977b0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
 

‎.github/workflows/cache.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ on:
44
push:
55
branches:
66
- main
7-
paths-ignore:
8-
- .gitignore
7+
paths:
8+
- config/**
9+
- flake.nix
10+
- flake.lock
911

1012
jobs:
1113
cache:

0 commit comments

Comments
 (0)
Please sign in to comment.