Skip to content

Commit b8b114c

Browse files
committed
ci: do not run full backend ci when changin docs
Signed-off-by: Luca Zaninotto <luca.zaninotto@secomind.com>
1 parent 8c77078 commit b8b114c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/backend-ci.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
name: Backend CI
2020

2121
on:
22-
# Run when pushing to stable branches
2322
push:
2423
paths:
2524
- "backend/**"
@@ -29,10 +28,10 @@ on:
2928
- "main"
3029
- "release-*"
3130
- "renovate/backend-*"
32-
# Run on pull requests matching apps
3331
pull_request:
3432
paths:
3533
- "backend/**"
34+
- "!backend/docs/**"
3635
- ".tool-versions"
3736
- ".github/workflows/backend-*.yaml"
3837

0 commit comments

Comments
 (0)