Only run on tag creation
This commit is contained in:
parent
155bd3db9a
commit
68a0c756ae
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -2,6 +2,8 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- '**'
|
||||
jobs:
|
||||
publish:
|
||||
runs-on: ubuntu-22.04
|
||||
|
@ -32,5 +34,3 @@ jobs:
|
|||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: publish
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user