Skip to content

Commit f66f6a9

Browse files
committed
LOGIC-1080 Removed branch main requirement for github-deploy stage as it can't be a tag build and a main branch build at the same time
1 parent e94dba9 commit f66f6a9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.citd/Jenkinsfilek8s

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ pipeline {
5050
not {
5151
changeRequest()
5252
}
53-
// Only tags on main branch will be pushed to github
54-
branch 'main'
53+
// Only deploy if building a valid version tag
5554
tag pattern: "${env.SEMVER_REGEX}", comparator: "REGEXP"
5655
}
5756
steps {

0 commit comments

Comments
 (0)