diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 0a0d853db..8b938a042 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -50,4 +50,4 @@ jobs: BUILD_TESTING: OFF # Workaround for Windows as it seems the previous step is being ignored BUILD_MULTICAST: OFF # Workaround for Windows as it seems the previous step is being ignored BUILD_INTEGRATION: ON # Workaround for Windows as it seems the previous step is being ignored - ZENOH_BRANCH: master + ZENOH_BRANCH: main diff --git a/.github/workflows/multicast.yaml b/.github/workflows/multicast.yaml index b1b57b38c..3686a7ee0 100644 --- a/.github/workflows/multicast.yaml +++ b/.github/workflows/multicast.yaml @@ -40,7 +40,7 @@ jobs: BUILD_TESTING: OFF BUILD_MULTICAST: ON BUILD_INTEGRATION: OFF - ZENOH_BRANCH: master + ZENOH_BRANCH: main - name: Test debug run: make test