chore: Deploy only on PHP 7.1
This commit is contained in:
parent
b2c3b1cf5c
commit
4461c49a26
1 changed files with 2 additions and 0 deletions
|
@ -41,8 +41,10 @@ deploy:
|
|||
- provider: script
|
||||
script: ci/deploy.sh
|
||||
on:
|
||||
php: 7.1
|
||||
all_branches: master
|
||||
- provider: script
|
||||
script: ci/deploy.sh
|
||||
on:
|
||||
php: 7.1
|
||||
tags: true
|
||||
|
|
Loading…
Reference in a new issue