Skip to content

Use common github workflows in CI #922

Use common github workflows in CI

Use common github workflows in CI #922

Workflow file for this run

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