mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-25 19:15:18 +02:00
chore: add workflow file to change detection filters for backend and frontend jobs
This commit is contained in:
parent
a6a0f7a373
commit
58a975205d
1 changed files with 3 additions and 0 deletions
3
.github/workflows/code-quality.yml
vendored
3
.github/workflows/code-quality.yml
vendored
|
|
@ -150,6 +150,7 @@ jobs:
|
|||
filters: |
|
||||
backend:
|
||||
- 'surfsense_backend/**'
|
||||
- '.github/workflows/code-quality.yml'
|
||||
|
||||
- name: Cache dependencies
|
||||
if: steps.backend-changes.outputs.backend == 'true'
|
||||
|
|
@ -235,8 +236,10 @@ jobs:
|
|||
filters: |
|
||||
web:
|
||||
- 'surfsense_web/**'
|
||||
- '.github/workflows/code-quality.yml'
|
||||
extension:
|
||||
- 'surfsense_browser_extension/**'
|
||||
- '.github/workflows/code-quality.yml'
|
||||
|
||||
- name: Install dependencies for web
|
||||
if: steps.frontend-changes.outputs.web == 'true'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue