Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ jobs:
- uses: actions/checkout@v4
- run: npx @dappnode/dappnodesdk build --skip_save --all-variants

build-test-hash:
runs-on: ubuntu-latest
name: Build hash
if: github.event_name != 'push'
steps:
- uses: actions/checkout@v4
- run: npx @dappnode/dappnodesdk build --skip_save --variant mainnet --provider remote

release:
name: Release
runs-on: ubuntu-latest
Expand Down