Skip to content

Commit dc91568

Browse files
chore(gitlab-ci): ignore tags
1 parent e42f26b commit dc91568

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitlab-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,15 @@ stages:
66

77
test:
88
stage: test
9+
except:
10+
- tags
911
script:
1012
- go test -v ./...
1113

1214
build:
1315
stage: build
16+
except:
17+
- tags
1418
script:
1519
- go build ./cmd/semantic-release/
1620
- ./semantic-release --dry --allow-no-changes --no-ci

0 commit comments

Comments
 (0)