Skip to content

Commit

Permalink
ci: restrict checks to run only on Nix changes
Browse files Browse the repository at this point in the history
  • Loading branch information
zakuciael committed May 6, 2024
1 parent 6f5e8a9 commit c4b692c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
name: CI
on:
pull_request:
paths:
- "**/*.nix"
- "flake.lock"
- ".github/workflows/check.yaml"
push:
branches: [main]
paths:
- "**/*.nix"
- "flake.lock"
- ".github/workflows/check.yaml"
jobs:
test:
name: Check repository
Expand Down

0 comments on commit c4b692c

Please sign in to comment.