Skip to content

Commit

Permalink
Setup documentation workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire committed Sep 29, 2024
1 parent 9d7d63b commit 522e104
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/[email protected]"

0 comments on commit 522e104

Please sign in to comment.