diff --git a/appveyor.yml b/appveyor.yml index b739d9ba3..9a4cf41e5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -11,4 +11,7 @@ on_success: - IF DEFINED play_dec_secret secure-file\tools\secure-file -decrypt store\google\Publisher\play_creds.json.enc -secret %play_dec_secret% - IF DEFINED play_dec_secret store\google\Publisher\bin\Debug\Publisher.exe %APPVEYOR_BUILD_FOLDER%\store\google\Publisher\play_creds.json %APPVEYOR_BUILD_FOLDER%\src\Android\bin\Release\com.x8bit.bitwarden-Signed.apk alpha artifacts: - - path: com.x8bit.bitwarden-%APPVEYOR_BUILD_NUMBER%.apk \ No newline at end of file + - path: com.x8bit.bitwarden-%APPVEYOR_BUILD_NUMBER%.apk +branches: + except: + - l10n_master