Skip to content

Commit 8437b23

Browse files
authored
Merge pull request #502 from greg0ire/doc-action-with-valid-docs
Setup documentation workflow
2 parents 9d7d63b + 522e104 commit 8437b23

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/documentation.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: "Documentation"
2+
3+
on:
4+
pull_request:
5+
branches:
6+
- "*.x"
7+
paths:
8+
- ".github/workflows/documentation.yml"
9+
- "docs/**"
10+
push:
11+
branches:
12+
- "*.x"
13+
paths:
14+
- ".github/workflows/documentation.yml"
15+
- "docs/**"
16+
17+
jobs:
18+
documentation:
19+
name: "Documentation"
20+
uses: "doctrine/.github/.github/workflows/[email protected]"

0 commit comments

Comments
 (0)