Skip to content

Commit 0e0331a

Browse files
committed
ci(nix-ci): add scripts/** to path filter + trigger on promote.sh fix
1 parent 201d0e6 commit 0e0331a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/nix-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
- 'tests/**'
1313
- 'channels/**'
1414
- 'builders/**'
15+
- 'scripts/**'
1516
- '.github/workflows/nix-ci.yml'
1617
push:
1718
branches:
@@ -26,6 +27,7 @@ on:
2627
- 'tests/**'
2728
- 'channels/**'
2829
- 'builders/**'
30+
- 'scripts/**'
2931
- '.github/workflows/nix-ci.yml'
3032

3133
jobs:

0 commit comments

Comments
 (0)