diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e6e3100..4fc4afa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,6 +11,6 @@ pages: # Path of our artifacts - public - # This config will only publish changes that are pushed on the master branch + # This config will only publish changes that are pushed on the main branch only: - - master \ No newline at end of file + - main \ No newline at end of file