Merge pull request #1128 from gnosis/allow-desktop-build
Allow desktop build on master
This commit is contained in:
commit
f33332a3df
|
@ -3,9 +3,8 @@ name: Build/Release Desktop app
|
||||||
# this will help you specify where to run
|
# this will help you specify where to run
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches-ignore:
|
branches:
|
||||||
# Temporary disable action
|
- master
|
||||||
- '**'
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
REACT_APP_BLOCKNATIVE_KEY: ${{ secrets.REACT_APP_BLOCKNATIVE_KEY }}
|
REACT_APP_BLOCKNATIVE_KEY: ${{ secrets.REACT_APP_BLOCKNATIVE_KEY }}
|
||||||
|
@ -89,4 +88,3 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: Desktop Windows
|
name: Desktop Windows
|
||||||
path: ./dist/Safe[ ]Multisig*.exe
|
path: ./dist/Safe[ ]Multisig*.exe
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue