Skip to content
This repository was archived by the owner on Jul 28, 2022. It is now read-only.

Commit c6829e3

Browse files
committed
Fix release condition
1 parent 86aa274 commit c6829e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- test -z $(gofmt -s -d $GO_FILES)
2525
- go test -v ./...
2626
- stage: release
27-
if: tag IS present AND branch = master AND type = push AND fork = false
27+
if: tag =~ ^v AND fork = false
2828
install:
2929
- go get -v github.com/mitchellh/gox
3030
script:

0 commit comments

Comments
 (0)