fix: branch setting in .gitlab-ci.yml (remember to read what you're copying)

This commit is contained in:
Ahmed M Alaa 2022-12-03 21:10:35 +02:00
parent 028f23e96d
commit b2fff15e18
No known key found for this signature in database
GPG key ID: 754EEB8AD6C08BF2

View file

@ -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