Skip to content

Commit

Permalink
Merge branch 'gitlab-ci-manual-deploy-change' into 'master'
Browse files Browse the repository at this point in the history
Manual deploy on push to feature branches

See merge request cdoc2/cdoc2-openapi!1
  • Loading branch information
Mir Jalal Hashimli committed Sep 6, 2024
2 parents eecef6d + c3cc1cc commit a3e8331
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 @@ -15,6 +15,8 @@ publish:
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
when: on_success
- if: '$CI_COMMIT_TAG =~ /^v\d+\.\d+\.\d+\-release/' # A specific tag with 'vX.Y.Z-release' pattern is created
- if: '$CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH'
when: manual
- when: never
# release: # See https://docs.gitlab.com/ee/ci/yaml/#release for available properties
# tag_name: '$CI_COMMIT_TAG'
Expand Down

0 comments on commit a3e8331

Please sign in to comment.