File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1313---
1414
1515#
16- # Filter to run the CI only on the master and release branches or for pull request to the master , release* and iox-* branches
16+ # Filter to run the CI only on the main and release branches or for pull request to the main , release* and iox-* branches
1717#
1818
19- only_if : $CIRRUS_BRANCH == 'master '
19+ only_if : $CIRRUS_BRANCH == 'main '
2020 || $CIRRUS_BRANCH == 'release*'
21- || ($CIRRUS_PR != '' && ($CIRRUS_BASE_BRANCH == 'master '
21+ || ($CIRRUS_PR != '' && ($CIRRUS_BASE_BRANCH == 'main '
2222 || $CIRRUS_BASE_BRANCH == 'release*'
2323 || $CIRRUS_BASE_BRANCH == 'iox-*'
2424 )
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ E.g. Ubuntu 18.04 LTS
1616E.g. GCC 7.4.0
1717
1818** Eclipse iceoryx version:**
19- E.g. ` v1.2.3 ` or ` master ` branch
19+ E.g. ` v1.2.3 ` or ` main ` branch
2020
2121** Observed result or behaviour:**
2222A clear and precise description of the observed result.
Original file line number Diff line number Diff line change 2020
2121[ commit-guidelines ] : https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
2222[ eca ] : http://www.eclipse.org/legal/ECA.php
23- [ contributing ] : https://github.com/eclipse-iceoryx/iceoryx/blob/master /CONTRIBUTING.md#coding-style
24- [ testing ] : https://github.com/eclipse-iceoryx/iceoryx/blob/master /doc/website/concepts/best-practice-for-testing.md
25- [ changelog ] : https://github.com/eclipse-iceoryx/iceoryx/blob/master /doc/website/release-notes/iceoryx-unreleased.md
23+ [ contributing ] : https://github.com/eclipse-iceoryx/iceoryx/blob/main /CONTRIBUTING.md#coding-style
24+ [ testing ] : https://github.com/eclipse-iceoryx/iceoryx/blob/main /doc/website/concepts/best-practice-for-testing.md
25+ [ changelog ] : https://github.com/eclipse-iceoryx/iceoryx/blob/main /doc/website/release-notes/iceoryx-unreleased.md
2626
2727## Checklist for the PR Reviewer
2828
Original file line number Diff line number Diff line change 22
33name : Build & Test
44
5- # Triggers the workflow on push or pull request events but only for the master branch
5+ # Triggers the workflow on push or pull request events but only for the main branch
66on :
77 push :
8- branches : [ master ]
8+ branches : [ main ]
99 pull_request :
10- branches : [ master , release*, iox-* ]
10+ branches : [ main , release*, iox-* ]
1111
1212jobs :
1313 pre-flight-check :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Code Linting on Pull-Requests
22
33on :
44 pull_request :
5- branches : [ master , release*, iox-* ]
5+ branches : [ main , release*, iox-* ]
66
77jobs :
88 clang-tidy-review :
You can’t perform that action at this time.
0 commit comments