diff options
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
