diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bbfc344..b558a9f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,10 +1,10 @@ -# https://mateuscosta.me/rust-releases-with-github-actions - name: Build, bump tag version and release +name: Build, bump tag version and release on: push: branches: - - main + - 'main' + jobs: release: