mirror of
https://github.com/status-im/safe-react.git
synced 2025-02-03 21:34:00 +00:00
Merge pull request #931 from gnosis/fix/action-disable
Prevent github action from running
This commit is contained in:
commit
cfffd00d2b
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
@ -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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user