Skip to content

Commit 171b599

Browse files
committed
ci: trigger test on root changes
1 parent f0254f1 commit 171b599

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
filters: |
2828
template:
29-
- ${{ matrix.template }}/**
29+
- ${{ matrix.template && format('{0}/**', matrix.template) || 'flake.*' }}
3030
- if: steps.changes.outputs.template == 'true'
3131
uses: cachix/install-nix-action@v18
3232
with:

0 commit comments

Comments
 (0)