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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user