Skip to content

Commit 648cbe2

Browse files
committed
chore: run docs validation on all prs
The docs validation was restricted to prs with the docs directory was changed, but this misses the primary usecase where the cli help was updated without the corresponding docs page being updated. Signed-off-by: Craig Jellick <[email protected]>
1 parent f5a4069 commit 648cbe2

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/validate-docs.yaml

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
name: Validate docs build
22
on:
33
push:
4-
paths:
5-
- docs/**
64
branches:
75
- main
86
pull_request:
9-
paths:
10-
- docs/**
117
branches:
128
- main
139

@@ -23,4 +19,4 @@ jobs:
2319
cache: false
2420
go-version: "1.22"
2521
- run: make init-docs
26-
- run: make validate-docs
22+
- run: make validate-docs

0 commit comments

Comments
 (0)