mirror of
https://github.com/doctrine/.github.git
synced 2026-03-23 22:32:09 +01:00
I did not make anything configurable because the right versions to use depend more on doctrine/doctrine-website than on the consuming project itself.
22 lines
394 B
YAML
22 lines
394 B
YAML
|
|
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@use_a_valid_ref_here"
|