aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAhmed M Alaa <aa@4b.cx>2022-12-03 21:10:35 +0200
committerAhmed M Alaa <aa@4b.cx>2022-12-03 21:10:35 +0200
commitb2fff15e186b499b190ae11a274faa5df95f4ff2 (patch)
tree663c985afdcdfd71610ada7dd526203b36304b0e /.gitlab-ci.yml
parent028f23e96dd4c6a86465cb616be84480ac3a7a1e (diff)
fix: branch setting in .gitlab-ci.yml (remember to read what you're copying)
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
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