diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index 25c06f8b..3b2e6db6 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -3,11 +3,11 @@ name: Mirror on: push: branches: - - 'main' + - 'master' jobs: mirror_job: runs-on: ubuntu-latest - name: Mirror main branch to compatible minor version branches + name: Mirror master branch to compatible minor version branches strategy: fail-fast: false matrix: @@ -20,5 +20,5 @@ jobs: uses: eProsima/eProsima-CI/external/mirror-branch-action@v0 with: github-token: ${{ secrets.GITHUB_TOKEN }} - source: 'main' + source: 'master' dest: ${{ matrix.dest_branch }} diff --git a/.github/workflows/nightly-ubuntu-ci.yml b/.github/workflows/nightly-ubuntu-ci.yml index 76334062..dcf4065b 100644 --- a/.github/workflows/nightly-ubuntu-ci.yml +++ b/.github/workflows/nightly-ubuntu-ci.yml @@ -6,15 +6,15 @@ on: - cron: '0 1 * * *' jobs: - # python main - fastdds master - nightly-ubuntu-ci-main: - uses: eProsima/Fast-DDS-Python/.github/workflows/reusable-ubuntu-ci.yml@main + # python master - fastdds master + nightly-ubuntu-ci-master: + uses: eProsima/Fast-DDS-Python/.github/workflows/reusable-ubuntu-ci.yml@master with: # It would be desirable to have a matrix of ubuntu OS for this job, but due to the issue opened in this ticket: # https://github.com/orgs/community/discussions/128118 , it has been set as a single OS job. os-version: 'ubuntu-22.04' - label: 'nightly-ubuntu-ci-main-master' - fastdds-python-branch: 'main' + label: 'nightly-ubuntu-ci-master-master' + fastdds-python-branch: 'master' fastdds-branch: 'master' run-build: true run-tests: true diff --git a/.github/workflows/nightly-windows-ci.yml b/.github/workflows/nightly-windows-ci.yml index 371d63c4..67a4b02b 100644 --- a/.github/workflows/nightly-windows-ci.yml +++ b/.github/workflows/nightly-windows-ci.yml @@ -6,20 +6,20 @@ on: - cron: '0 1 * * *' jobs: - # python main - fastdds master - nightly-windows-ci-main: + # python master - fastdds master + nightly-windows-ci-master: strategy: fail-fast: false matrix: vs-toolset: - 'v142' - 'v143' - uses: eProsima/Fast-DDS-Python/.github/workflows/reusable-windows-ci.yml@main + uses: eProsima/Fast-DDS-Python/.github/workflows/reusable-windows-ci.yml@master with: os-version: 'windows-2022' vs-toolset: ${{ matrix.vs-toolset }} - label: 'nightly-windows-${{ matrix.vs-toolset }}-ci-main-master' - fastdds-python-branch: 'main' + label: 'nightly-windows-${{ matrix.vs-toolset }}-ci-master-master' + fastdds-python-branch: 'master' fastdds-branch: 'master' run-build: true run-tests: true diff --git a/README.md b/README.md index f3aa9013..15b108cb 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ cd mkdir -p fastdds_python_ws/src cd fastdds_python_ws # Get workspace setup file -wget https://raw.githubusercontent.com/eProsima/Fast-DDS-python/main/fastdds_python.repos +wget https://raw.githubusercontent.com/eProsima/Fast-DDS-python/master/fastdds_python.repos # Download repositories vcs import src < fastdds_python.repos # Build the workspace