Skip to content

Commit c7dbd6b

Browse files
authored
make automatic staging deployments
1 parent d3e37ff commit c7dbd6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ default:
3535

3636
.staging-refs: &staging-refs
3737
rules:
38+
- if: $CI_COMMIT_REF_NAME == "master"
3839
- if: $CI_COMMIT_REF_NAME =~ /^stg-v[0-9]+\.[0-9]+.*$/ # e.g. stg-v0.1
3940

4041
.production-refs: &production-refs

0 commit comments

Comments
 (0)