Skip to content

Update workflow configurations #585

Update workflow configurations

Update workflow configurations #585

Workflow file for this run

on:
pull_request:
paths: &paths
- 'src/**'
- 'tests/**'
- '.github/workflows/mutation.yml'
- 'composer.json'
- 'infection.json.dist'
push:
branches: ['master']
paths: *paths
permissions:
contents: read
jobs:
mutation:
uses: yiisoft/actions/.github/workflows/infection.yml@master
secrets:
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}