Skip to content

Commit

Permalink
build: allow release branches to be deployed
Browse files Browse the repository at this point in the history
  • Loading branch information
pl-buiquang committed Jul 3, 2023
1 parent 8622c59 commit 3ac2a98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ build-job:
- tags
- develop
- /^feat_deploy_(\w*|\d*)/
- /^release_(\w*|\d*|-*|_*|\.*)+$/

cache:
key: cohort360_nodemodules_cache
Expand Down Expand Up @@ -56,3 +57,4 @@ deploy-job:
- tags
- develop
- /^feat_deploy_(\w*|\d*)/
- /^release_(\w*|\d*|-*|_*|\.*)+$/

0 comments on commit 3ac2a98

Please sign in to comment.