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: on:
pull_request: pull_request:
branches:
- production
push:
branches:
- production
env: env:
php_version: '7.4' php_version: '7.4'