Skip to content

feat: small improvements for #1702 (#2276) #40

feat: small improvements for #1702 (#2276)

feat: small improvements for #1702 (#2276) #40

Workflow file for this run

name: gnovm
on:
push:
branches:
- master
workflow_dispatch:
pull_request:
paths:
- "gnovm/**"
- "go.*" # check on go.mod/sum update
- ".github/**"
jobs:
main:
name: Run Main
uses: ./.github/workflows/main_template.yml
with:
modulepath: "gnovm"
secrets:
codecov-token: ${{ secrets.CODECOV_TOKEN }}