Skip to content
Snippets Groups Projects

Trigger doc on main not master

Merged Yoann Schneider requested to merge trigger-doc-on-main into main
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
+ 3
3
@@ -80,7 +80,7 @@ pages:
stage: deploy
only:
- master
- main
- tags
@@ -95,7 +95,7 @@ docs-deploy:
- npm install -g surge
except:
- master
- main
- tags
- schedules
@@ -117,7 +117,7 @@ docs-stop-surge:
GIT_STRATEGY: none
except:
- master
- main
- tags
- schedules
Loading