Skip to content

Commit

Permalink
Manual deploy on push to feature branches
Browse files Browse the repository at this point in the history
  • Loading branch information
mir-jalal committed Sep 6, 2024
1 parent eecef6d commit c3cc1cc
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 c3cc1cc

Please sign in to comment.