Skip to content

Update workflow configurations (#161) #587

Update workflow configurations (#161)

Update workflow configurations (#161) #587

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
name: mutation test
permissions:
contents: read
jobs:
mutation:
uses: yiisoft/actions/.github/workflows/roave-infection.yml@master
secrets:
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}