fix(ci): always run when flake.nix changed
This commit is contained in:
parent
4041ae5cbb
commit
246f4e11b7
2 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,7 @@ on:
|
|||
branches: ['main']
|
||||
paths:
|
||||
- 'extension/**/*'
|
||||
- flake.nix
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
|
|
|
@ -5,6 +5,7 @@ on:
|
|||
branches: ['main']
|
||||
paths:
|
||||
- 'backend/**/*'
|
||||
- flake.nix
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
|
|
Loading…
Reference in a new issue