Skip to content

Commit

Permalink
Fix macos trigger path for home-manager
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Oct 21, 2024
1 parent b88d361 commit 0dc8404
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-home.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ on:
branches: [main]
paths:
- '.github/workflows/ci-home.yml'
- '**/home-manager/**.nix'
- 'home-manager/**.nix'
- '**.nix'
- 'flake.*'
- 'Makefile.toml'
pull_request:
paths:
- '.github/workflows/ci-home.yml'
- '**/home-manager/**.nix'
- 'home-manager/**.nix'
- '**.nix'
- 'flake.*'
- 'Makefile.toml'
Expand Down

0 comments on commit 0dc8404

Please sign in to comment.