From a0f12c3189c90f032b0a2db0c8bc371456c9db59 Mon Sep 17 00:00:00 2001 From: coolreader18 <33094578+coolreader18@users.noreply.github.com> Date: Thu, 1 Aug 2019 12:26:32 -0500 Subject: [PATCH] Fix deployment --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 5e2b531591..228aba298e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -84,6 +84,8 @@ matrix: # Set in the settings page of your repository, as a secure variable github-token: $WEBSITE_GITHUB_TOKEN keep-history: true + on: + branch: release - name: WASM online demo language: rust @@ -109,6 +111,8 @@ matrix: # Set in the settings page of your repository, as a secure variable github-token: $WEBSITE_GITHUB_TOKEN keep-history: true + on: + branch: release - name: Code Coverage language: python