Skip to content

Add workflow_dispatch to sync-repo-description.yml #11

Add workflow_dispatch to sync-repo-description.yml

Add workflow_dispatch to sync-repo-description.yml #11

Workflow file for this run

on:
push:
branches: ['main', '*.*.x']
pull_request: ~
jobs:
composer:
uses: typhoon-php/.github/.github/workflows/composer.yml@main
php-cs-fixer:
uses: typhoon-php/.github/.github/workflows/php-cs-fixer.yml@main
psalm:
uses: typhoon-php/.github/.github/workflows/psalm.yml@main
phpunit:
uses: typhoon-php/.github/.github/workflows/phpunit.yml@main
# secrets:
# codecov-token: XXX
infection:
uses: typhoon-php/.github/.github/workflows/infection.yml@main
# secrets:
# stryker-api-key: XXX