Skip to content

chore: ignore *.dist files on the package installing #923

chore: ignore *.dist files on the package installing

chore: ignore *.dist files on the package installing #923

Workflow file for this run

---
on: # yamllint disable-line rule:truthy
push:
branches:
- master
- '*.*'
- '*.*.*'
pull_request: null
name: MySQL
jobs:
phpunit:
uses: cycle/gh-actions/.github/workflows/db-mysql.yml@master
...