From f01c126b3649fdfee90ba3bf6b41a0aa08966c1b Mon Sep 17 00:00:00 2001 From: ge0rdi Date: Sun, 21 Aug 2022 22:46:02 +0200 Subject: [PATCH] AppVeyor: Deploy only if build was done under official account --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index b3227bd..bef9420 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -18,6 +18,8 @@ deploy: - provider: GitHub tag: v$(APPVEYOR_BUILD_VERSION) release: $(APPVEYOR_BUILD_VERSION) + on: + APPVEYOR_ACCOUNT_NAME: passionate-coder auth_token: secure: 01CsOFRdj9KFb1hp/RlFK/F1UzGhzwGQfok6OoqcL1ipbOwRF//Phbdm7iaFVWIx prerelease: true