From c964dd9c29a49e343849021aaeb0927dbe4b5642 Mon Sep 17 00:00:00 2001 From: Mati Dastugue Date: Mon, 18 May 2020 12:07:42 -0300 Subject: [PATCH] Prevent github action from running --- .github/workflows/release.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 64ab87f5..84954364 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,10 +3,9 @@ name: Build/Release Desktop app # this will help you specify where to run on: push: - branches: - # this will run on the specified branch - - master - - development + branches-ignore: + # Temporary disable action + - '**' env: REACT_APP_BLOCKNATIVE_KEY: ${{ secrets.REACT_APP_BLOCKNATIVE_KEY }}