Skip to content

Commit

Permalink
Update .gitlab-ci.yml (#12)
Browse files Browse the repository at this point in the history
renaming main branch workflow rule back to "master" to make life easy for everyone
  • Loading branch information
velomatt authored May 9, 2023
1 parent ab3878e commit 2ad309f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ workflow:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
variables:
BRANCH_NAME: $CI_MERGE_REQUEST_TARGET_BRANCH_NAME
- if: $CI_COMMIT_BRANCH == "wip-nkv-minio-improvement" && $CI_PIPELINE_SOURCE == "push"
- if: $CI_COMMIT_BRANCH == "master" && $CI_PIPELINE_SOURCE == "push"
- if: $CI_COMMIT_BRANCH =~ /^(stable|feature)\/.*/ && $CI_PIPELINE_SOURCE == "push"

image:
Expand Down

0 comments on commit 2ad309f

Please sign in to comment.