Skip to content

core/vm: implement EIP-5656, mcopy instruction (#7887) #2

core/vm: implement EIP-5656, mcopy instruction (#7887)

core/vm: implement EIP-5656, mcopy instruction (#7887) #2

Workflow file for this run

name: Check
on:
push:
branches:
- devel
workflow_dispatch:
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- run: echo ${GITHUB_REF}
- run: echo ${GITHUB_REF#refs/tags/}
- run: echo ${GITHUB_REF##*/}