diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index df05b58..fe21ce4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ deploy: paths: - .public only: - - master + - main pages: stage: deploy @@ -19,4 +19,4 @@ pages: paths: - public only: - - master \ No newline at end of file + - main \ No newline at end of file