File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ stages:
3333builder :
3434 stage : build
3535 rules :
36- - if : $CI_COMMIT_BRANCH == "main-github-pro"
36+ - if : $CI_COMMIT_BRANCH == "main-github-pro" || $CI_COMMIT_BRANCH == "main"
3737 script :
3838 - set -e
3939 - |
@@ -59,7 +59,7 @@ builder:
5959deployer :
6060 stage : deploy
6161 rules :
62- - if : $CI_COMMIT_BRANCH == "main-github-pro"
62+ - if : $CI_COMMIT_BRANCH == "main-github-pro" || $CI_COMMIT_BRANCH == "main"
6363 variables :
6464 APIPARK_GUEST_MODE : allow
6565 APIPARK_GUEST_ID : dklejrfbhjqwdh
@@ -69,7 +69,7 @@ deployer:
6969success :
7070 stage : webhook
7171 rules :
72- - if : $CI_COMMIT_BRANCH == "main-github-pro"
72+ - if : $CI_COMMIT_BRANCH == "main-github-pro" || $CI_COMMIT_BRANCH == "main"
7373 script :
7474 - |
7575 curl -X POST -H "Content-Type: application/json" \
@@ -79,7 +79,7 @@ success:
7979failure :
8080 stage : webhook
8181 rules :
82- - if : $CI_COMMIT_BRANCH == "main-github-pro"
82+ - if : $CI_COMMIT_BRANCH == "main-github-pro" || $CI_COMMIT_BRANCH == "main"
8383 script :
8484 - |
8585 curl -X POST -H "Content-Type: application/json" \
You can’t perform that action at this time.
0 commit comments