Skip to content

Commit

Permalink
Only build nix when nix files change
Browse files Browse the repository at this point in the history
  • Loading branch information
RhydianJenkins committed Apr 17, 2024
1 parent 3328ddb commit f1348a9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/nix.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Nix

on: [push]
on:
push:
paths:
- nix/**

jobs:

Expand Down

0 comments on commit f1348a9

Please sign in to comment.