Skip to content

Merge branch '4.3.x' into 5.0.x #22

Merge branch '4.3.x' into 5.0.x

Merge branch '4.3.x' into 5.0.x #22

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/documentation.yml@5.2.0"