Skip to content

Scope deploy/publish/images to dev registry by default #98

Scope deploy/publish/images to dev registry by default

Scope deploy/publish/images to dev registry by default #98

Workflow file for this run

name: Goyek
on:
push:
branches: [ 'main', 'release-*' ]
pull_request:
branches: [ 'main', 'release-*' ]
jobs:
goyek:
name: build test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
target: wasm32-wasip2
components: rustfmt
- run: make ARGS=-v build test