Skip to content

Use github.ref_name to only get the branch #1133

Use github.ref_name to only get the branch

Use github.ref_name to only get the branch #1133

name: Coding Standards
on:
push:
branches:
- main
- '*.*.x'
pull_request:
schedule:
- cron: '0 0 * * *'
jobs:
coding-standards:
uses: alleyinteractive/.github/.github/workflows/php-coding-standards.yml@main
with:
php: 8.1
monorepo:
uses: alleyinteractive/.github/.github/workflows/php-code-quality.yml@main
with:
command: "validate-monorepo"
php: 8.1
phpstan:
uses: alleyinteractive/.github/.github/workflows/php-code-quality.yml@main
with:
command: "phpstan"
php: 8.1