Skip to content

Commit 076fb1f

Browse files
Change default python branch from 'main' to 'master' (#6325)
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
1 parent 6f7ac60 commit 076fb1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-ubuntu-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ on:
6161
env:
6262
security-cmake-flag: ${{ inputs.security == true && '-DSECURITY=ON' || '-DSECURITY=OFF' }}
6363
colcon-build-default-cmake-args: '-DCMAKE_CXX_FLAGS_INIT="-Werror -Wunused-value -Woverloaded-virtual -Wsign-compare -Wcast-align -Wlogical-op -Wduplicated-cond -Wrestrict -Wpointer-arith -Wwrite-strings -Wunreachable-code"'
64-
fastdds-python-branch: 'main'
64+
fastdds-python-branch: 'master'
6565
fastdds-docs-branch: 'master'
6666
shapes-demo-branch: 'master'
6767
discovery-server-branch: 'master'

0 commit comments

Comments
 (0)