Skip to content

fix: only on push to branch #57

fix: only on push to branch

fix: only on push to branch #57

Workflow file for this run

name: release app binary on tag
# push to branch
on:
push:
jobs:
build:
uses: ./.github/workflows/rust_build.yml