mirror of
https://github.com/doctrine/data-fixtures.git
synced 2026-03-23 22:32:13 +01:00
Bumps [doctrine/.github](https://github.com/doctrine/.github) from 8.0.0 to 10.1.0. - [Release notes](https://github.com/doctrine/.github/releases) - [Commits](https://github.com/doctrine/.github/compare/8.0.0...10.1.0) --- updated-dependencies: - dependency-name: doctrine/.github dependency-version: 10.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
21 lines
379 B
YAML
21 lines
379 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@10.1.0"
|