Skip to content

Commit

Permalink
ci; update path to match more files
Browse files Browse the repository at this point in the history
  • Loading branch information
satler-git authored Nov 21, 2024
1 parent f3c72f7 commit 06c4b66
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ name: Check with Nix
on:
push:
paths:
- "*.rs"
- "*.toml"
- "*.nix"
- "**.rs"
- "**.toml"
- "**.nix"
- ".github/workflows/*"
- "flake.lock"
pull_request:
workflow_dispatch:
Expand Down

0 comments on commit 06c4b66

Please sign in to comment.