mirror of
https://github.com/goreleaser/goreleaser-action.git
synced 2026-05-21 01:41:53 +00:00
Release only on tag
This commit is contained in:
parent
819acba4f6
commit
f0e3323a5f
1 changed files with 3 additions and 3 deletions
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
|
@ -2,10 +2,10 @@ name: release
|
|||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
branches-ignore:
|
||||
- '**'
|
||||
tags:
|
||||
- v*.*.*
|
||||
- 'v*.*.*'
|
||||
|
||||
jobs:
|
||||
release:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue