Skip to content

Commit

Permalink
Setup documentation workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire committed Oct 6, 2024
1 parent ee28e45 commit 399638a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: "Documentation"

on:
pull_request:
branches:
- "*.x"
paths:
- ".github/workflows/documentation.yml"
- "docs/**"
push:
branches:
- "*.x"
paths:
- ".github/workflows/documentation.yml"
- "docs/**"

jobs:
documentation:
name: "Documentation"
uses: "doctrine/.github/.github/workflows/documentation.yml@5.1.0"

0 comments on commit 399638a

Please sign in to comment.