Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0a6e644

Browse files
authored
chore: add examples templates to docs filter (#8196)
1 parent bdecf53 commit 0a6e644

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,10 @@ jobs:
4747
docs:
4848
- "docs/**"
4949
- "README.md"
50-
# For testing:
51-
# - ".github/**"
50+
- "examples/templates/**"
51+
- "examples/web-server/**"
52+
- "examples/monitoring/**"
53+
- "examples/lima/**"
5254
go:
5355
- "**.sql"
5456
- "**.go"

0 commit comments

Comments
 (0)