We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c77078 commit 286601cCopy full SHA for 286601c
2 files 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
.github/workflows/docs-ci.yaml
@@ -22,6 +22,11 @@ name: Edgehog docs generation
# publish Generate and publish docs on pushes on main (or release branches) only
# when backend or frontend files are touched.
+ pull_request:
26
+ paths:
27
+ - "backend/docs/**"
+ - ".tool-versions"
+ - ".github/workflows/docs-ci.yaml"
workflow_call:
inputs:
release-made:
0 commit comments