We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c77078 commit b8b114cCopy full SHA for b8b114c
1 file changed
.github/workflows/backend-ci.yaml
@@ -19,7 +19,6 @@
19
name: Backend CI
20
21
on:
22
- # Run when pushing to stable branches
23
push:
24
paths:
25
- "backend/**"
@@ -29,10 +28,10 @@ on:
29
28
- "main"
30
- "release-*"
31
- "renovate/backend-*"
32
- # Run on pull requests matching apps
33
pull_request:
34
35
+ - "!backend/docs/**"
36
- ".tool-versions"
37
- ".github/workflows/backend-*.yaml"
38
0 commit comments