Skip to content

Instantly share code, notes, and snippets.

@YaFou
YaFou / ci.yml
Last active April 22, 2020 20:40
Some GitHub Actions workflows for continuous integration and nightly builds with PHP
name: Continuous integration
on:
push:
paths-ignore:
- '**.md'
- '.github/**'
pull_request:
paths-ignore:
- '**.md'