Commit 99b0d9ed authored by chuzhaohong's avatar chuzhaohong

Update .gitlab-ci.yml

parent 5764e454
......@@ -5,7 +5,7 @@ stages:
release_deploy-1:
stage: release-1
rules:
- if: $CI_COMMIT_REF_NAME == "main"
- if: $CI_COMMIT_REF_NAME == "master"
changes:
- dir1/*
when: always
......@@ -18,7 +18,7 @@ release_deploy-1:
release_deploy-2:
stage: release-2
rules:
- if: $CI_COMMIT_REF_NAME == "main"
- if: $CI_COMMIT_REF_NAME == "master"
changes:
- dir2/*
when: always
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment