Specify branch name in CI workflow

This commit is contained in:
Oliver Davies 2021-02-26 08:59:28 +00:00
parent e4550556cf
commit afeb195aca

View file

@ -2,6 +2,11 @@ name: CI
on:
pull_request:
branches:
- production
push:
branches:
- production
env:
php_version: '7.4'