Skip to content

Commit 924b980

Browse files
authored
Merge pull request #26 from paritytech/mak/deploy-stage
make automatic staging deployments
2 parents d3e37ff + c7dbd6b commit 924b980

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)