Skip to content

Commit 965d3b5

Browse files
committed
ci: run validate on push
1 parent 84bd058 commit 965d3b5

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/docs-validation.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
name: Documentation Validation
22

33
on:
4+
push:
5+
branches:
6+
- 5.x
7+
- 6.x
8+
- 5.next
9+
paths:
10+
- 'docs/**'
11+
- '.github/**'
12+
- 'toc_*.json'
13+
- 'config.js'
414
pull_request:
515
paths:
616
- 'docs/**'

0 commit comments

Comments
 (0)