Skip to content

Commit

Permalink
chore(ci): setup paths for flake workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
radoslawgrochowski committed Jun 25, 2024
1 parent 408b670 commit 1e6680a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/flake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@ name: flake

on:
pull_request:
paths: &paths
- '**/*.nix'
- '.github/workflows/flake.yml'
- 'flake.lock'
push:
branches:
- master
paths: *paths

jobs:
check-flake:
Expand Down

0 comments on commit 1e6680a

Please sign in to comment.