Skip to content

New command: contract storage update (#434) #100

New command: contract storage update (#434)

New command: contract storage update (#434) #100

Workflow file for this run

name: On Push
on:
push:
branches:
- master
- development
- release/*
paths:
- '**.cs'
- '**.csproj'
jobs:
test:
name: Test Application
uses: ./.github/workflows/test.yml
publish:
needs: [test]
uses: ./.github/workflows/publish.yml