fix: branch setting in .gitlab-ci.yml (remember to read what you're copying)
This commit is contained in:
parent
028f23e96d
commit
b2fff15e18
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
- main
|
Loading…
Reference in a new issue