Skip to content

Merge pull request #502 from greg0ire/doc-action-with-valid-docs #2

Merge pull request #502 from greg0ire/doc-action-with-valid-docs

Merge pull request #502 from greg0ire/doc-action-with-valid-docs #2

Workflow file for this run

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]"