Skip to content

Commit 535a401

Browse files
committed
Fixing regex for release branch restriction
1 parent 7f40d9d commit 535a401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,6 @@ deployer:
142142
except:
143143
- tags
144144
only:
145-
- release*
145+
- /^release.*$/
146146
tags:
147147
- linux-bionic

0 commit comments

Comments
 (0)