mirror of
https://github.com/retailcrm/opencart-module.git
synced 2024-11-25 06:36:06 +03:00
test deploy conditions
This commit is contained in:
parent
7c0f4d5197
commit
353557effe
@ -46,6 +46,6 @@ jobs:
|
|||||||
api_key: $GITHUB_OAUTH_TOKEN
|
api_key: $GITHUB_OAUTH_TOKEN
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
file: $ARCHIVE_NAME
|
file: $ARCHIVE_NAME
|
||||||
if: branch = master AND type = push
|
if: (branch = master) AND (type = push) AND (fork = true)
|
||||||
on:
|
on:
|
||||||
php: 7.1
|
php: 7.1
|
Loading…
Reference in New Issue
Block a user