Skip to content

Commit

Permalink
Update moonbeam.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chevdor authored Jun 26, 2023
1 parent 472de5d commit 2ad4ec3
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/workflows/moonbeam.yml
Original file line number Diff line number Diff line change
@@ -1 +1,33 @@
# placeholder to be able to trigger the new workflow
name: Manual Build - Moonbeam

env:
SUBWASM_VERSION: 0.20.0
RUST_LOG: subwasm=debug

on:
workflow_dispatch:
inputs:
srtool_tag:
description: The SRTOOL tag to use
default: 1.70.0
required: false
ref:
description: The ref to be used for the repo
default: master
required: false

jobs:
build:
name: Build ${{ matrix.chain }} ${{ github.event.inputs.ref }}
strategy:
matrix:
chain: ["moonriver"]
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
with:
repository: PureStake/moonbeam
ref: ${{ github.event.inputs.ref }}
fetch-depth: 0

0 comments on commit 2ad4ec3

Please sign in to comment.