chore(ci): add path filters to skip CI for docs-only changes (#33)

* chore(ci): add path filters to skip CI for docs-only changes

- test.yml: Only run on changes to backend/**, frontend/**, or the workflow itself
- docker-build.yml: Only run on code/docker changes (tags still trigger unconditionally)

* docs: move screenshots below GIF and add visual indentation
This commit is contained in:
Daniel Volz
2026-01-17 22:06:34 +01:00
committed by GitHub
parent d5f6ceba19
commit ec3793dd05
3 changed files with 55 additions and 45 deletions
+5
View File
@@ -3,6 +3,11 @@ name: Build and Push Docker Images
on:
push:
branches: [main]
paths:
- 'backend/**'
- 'frontend/**'
- 'docker-compose*.yml'
- '.github/workflows/docker-build.yml'
tags: ['v*']
workflow_dispatch:
inputs: