diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8a4dd5423..2a042ea1f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,12 +1,10 @@ name: release on: push: - branches: - - release - paths: - - "**/Cargo.toml" - - ".github/workflows/release.yml" - + tags: + - "v[0-9]+.[0-9]+.[0-9]+.*" + branches-ignore: + - "**" jobs: git-tag: runs-on: ubuntu-latest