test deploy conditions

This commit is contained in:
Akolzin Dmitry 2020-02-18 12:44:08 +03:00
parent 7c0f4d5197
commit 353557effe

View File

@ -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