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