diff options
| author | Ahmed M Alaa <aa@4b.cx> | 2022-12-03 21:10:35 +0200 |
|---|---|---|
| committer | Ahmed M Alaa <aa@4b.cx> | 2022-12-03 21:10:35 +0200 |
| commit | b2fff15e186b499b190ae11a274faa5df95f4ff2 (patch) | |
| tree | 663c985afdcdfd71610ada7dd526203b36304b0e | |
| parent | 028f23e96dd4c6a86465cb616be84480ac3a7a1e (diff) | |
fix: branch setting in .gitlab-ci.yml (remember to read what you're copying)
| -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 |
