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:
|
||||
pull_request:
|
||||
branches:
|
||||
- production
|
||||
push:
|
||||
branches:
|
||||
- production
|
||||
|
||||
env:
|
||||
php_version: '7.4'
|
||||
|
|
Loading…
Reference in a new issue