ci: update CI workflows to include path filters
This commit is contained in:
parent
dc5275d043
commit
763afdc546
2 changed files with 13 additions and 0 deletions
|
@ -3,6 +3,11 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- "main"
|
||||
paths:
|
||||
- 'backend/**'
|
||||
- 'frontend/**'
|
||||
- '.gitea/workflows/release.yml'
|
||||
- 'release.config.cjs'
|
||||
|
||||
env:
|
||||
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue