Skip to content

Configure docs path depending on the branch #155

Configure docs path depending on the branch

Configure docs path depending on the branch #155

Workflow file for this run

name: "Static Analysis"
on:
pull_request:
branches:
- "*.x"
push:
branches:
- "*.x"
jobs:
static-analysis:
uses: "doctrine/.github/.github/workflows/static-analysis.yml@3.1.0"