Merge pull request #931 from gnosis/fix/action-disable

Prevent github action from running
This commit is contained in:
Mikhail Mikheev 2020-05-18 21:21:18 +04:00 committed by GitHub
commit cfffd00d2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 4 deletions

View File

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