Update .gitlab-ci.yml

This commit is contained in:
Jason Wall 2020-12-01 22:27:00 +00:00
parent ccba572389
commit 913d866e68

View File

@ -29,6 +29,6 @@ deploy-staging:
script:
- make deploy-staging
rules:
- if: '$CI_COMMIT_BRANCH == "master"'
- if: '$CI_COMMIT_BRANCH == "main"'
when: on_success
allow_failure: false