fix(ci): always run when flake.nix changed
All checks were successful
Build extension ZIP / Build extension (push) Successful in 57s
Publish docker image / Publish (push) Successful in 2m49s

This commit is contained in:
Ashhhleyyy 2024-03-11 09:52:59 +00:00
parent 4041ae5cbb
commit 246f4e11b7
Signed by: ash
GPG key ID: 83B789081A0878FB
2 changed files with 2 additions and 0 deletions

View file

@ -5,6 +5,7 @@ on:
branches: ['main']
paths:
- 'extension/**/*'
- flake.nix
jobs:
publish:

View file

@ -5,6 +5,7 @@ on:
branches: ['main']
paths:
- 'backend/**/*'
- flake.nix
jobs:
publish: