Prevent github action from running
This commit is contained in:
parent
f971ca4ef7
commit
c964dd9c29
|
@ -3,10 +3,9 @@ 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:
|
branches-ignore:
|
||||||
# this will run on the specified branch
|
# Temporary disable action
|
||||||
- master
|
- '**'
|
||||||
- development
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
REACT_APP_BLOCKNATIVE_KEY: ${{ secrets.REACT_APP_BLOCKNATIVE_KEY }}
|
REACT_APP_BLOCKNATIVE_KEY: ${{ secrets.REACT_APP_BLOCKNATIVE_KEY }}
|
||||||
|
|
Loading…
Reference in New Issue