mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-27 19:25:15 +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: |
|
filters: |
|
||||||
backend:
|
backend:
|
||||||
- 'surfsense_backend/**'
|
- 'surfsense_backend/**'
|
||||||
|
- '.github/workflows/code-quality.yml'
|
||||||
|
|
||||||
- name: Cache dependencies
|
- name: Cache dependencies
|
||||||
if: steps.backend-changes.outputs.backend == 'true'
|
if: steps.backend-changes.outputs.backend == 'true'
|
||||||
|
|
@ -235,8 +236,10 @@ jobs:
|
||||||
filters: |
|
filters: |
|
||||||
web:
|
web:
|
||||||
- 'surfsense_web/**'
|
- 'surfsense_web/**'
|
||||||
|
- '.github/workflows/code-quality.yml'
|
||||||
extension:
|
extension:
|
||||||
- 'surfsense_browser_extension/**'
|
- 'surfsense_browser_extension/**'
|
||||||
|
- '.github/workflows/code-quality.yml'
|
||||||
|
|
||||||
- name: Install dependencies for web
|
- name: Install dependencies for web
|
||||||
if: steps.frontend-changes.outputs.web == 'true'
|
if: steps.frontend-changes.outputs.web == 'true'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue