UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

docs: update contributing guide to rebase of origin/master not local master branch

Merged runyontr requested to merge docs-update-squash-command into staging
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -8,7 +8,7 @@ workflow:
# run pipeline on commits to default branch
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
# skip pipeline for branches that start with "docs"
- if: '$CI_COMMIT_REF_NAME =~ /^docs/'
- if: '$CI_COMMIT_REF_NAME =~ /^doc*/i'
when: never
# include templates
Loading