Skip to content

Commit 468deac

Browse files
ignore master when comparing versions (#465)
* ignor master when compareing versions * Update Makefile
1 parent efd8cc3 commit 468deac

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=v1.3.0
1+
VERSION=v1.3.1
22

33
ifndef GOBIN
44
ifndef GOPATH

codefresh.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ steps:
3333
image: alpine/semver
3434
commands:
3535
- semver "${{VERSION}}" -r ">${{LATEST_VERSION}}" || (echo "bump version! current is ${{VERSION}} latest is ${{LATEST_VERSION}}" && exit 1)
36+
when:
37+
branch:
38+
ignore:
39+
- master
3640

3741
lint:
3842
<<: *deps

0 commit comments

Comments
 (0)