fix(ci): always deploy when commit to main branch
This commit is contained in:
parent
e788d09c3e
commit
4cd5ac1e0c
|
@ -27,9 +27,8 @@ pages:
|
|||
- public
|
||||
|
||||
rules:
|
||||
# Only trigger through schedule job and "Run pipeline" in main branch
|
||||
- if: '$CI_COMMIT_REF_NAME == "main" && ($CI_PIPELINE_SOURCE == "schedule" || $CI_PIPELINE_SOURCE == "web")'
|
||||
when: always
|
||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
||||
|
||||
|
||||
include:
|
||||
- template: Security/Secret-Detection.gitlab-ci.yml
|
||||
|
|
Loading…
Reference in New Issue