Specify branch name in CI workflow
This commit is contained in:
parent
e4550556cf
commit
afeb195aca
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -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'
|
||||||
|
|
Loading…
Reference in a new issue