Skip to content

Commit 4f57ff8

Browse files
committed
refactor: Change default branch from master to main
1 parent aae39be commit 4f57ff8

8 files changed

+8
-8
lines changed

.github/workflows/build-cartographer-ws.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build Docker Image for cartographer-ws
33
on:
44
push:
55
branches:
6-
- "master"
6+
- "main"
77
paths:
88
- .github/workflows/build-cartographer-ws.yaml
99
- cartographer_ws/docker/Dockerfile

.github/workflows/build-husky-ws.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build Docker Image for husky-ws
33
on:
44
push:
55
branches:
6-
- "master"
6+
- "main"
77
paths:
88
- .github/workflows/build-husky-ws.yaml
99
- husky_ws/docker/Dockerfile

.github/workflows/build-kobuki-ws.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build Docker Image for kobuki-ws
33
on:
44
push:
55
branches:
6-
- "master"
6+
- "main"
77
paths:
88
- .github/workflows/build-kobuki-ws.yaml
99
- kobuki_ws/docker/Dockerfile

.github/workflows/build-orbslam3-ws.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build Docker Image for orbslam3-ws
33
on:
44
push:
55
branches:
6-
- "master"
6+
- "main"
77
paths:
88
- .github/workflows/build-orbslam3-ws.yaml
99
- orbslam3_ws/docker/Dockerfile

.github/workflows/build-ros1-bridge-ws.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build Docker Image for ros1-bridge-ws
33
on:
44
push:
55
branches:
6-
- "master"
6+
- "main"
77
paths:
88
- .github/workflows/build-ros1-bridge-ws.yaml
99
- ros1_bridge_ws/docker/Dockerfile

.github/workflows/build-rtabmap-ws.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build Docker Image for rtabmap-ws
33
on:
44
push:
55
branches:
6-
- "master"
6+
- "main"
77
paths:
88
- .github/workflows/build-rtabmap-ws.yaml
99
- rtabmap_ws/docker/Dockerfile

.github/workflows/build-template-ws.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build Docker Image for template-ws
33
on:
44
push:
55
branches:
6-
- "master"
6+
- "main"
77
paths:
88
- .github/workflows/build-template-ws.yaml
99
- template_ws/docker/Dockerfile

.github/workflows/build-vlp-ws.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build Docker Image for vlp-ws
33
on:
44
push:
55
branches:
6-
- "master"
6+
- "main"
77
paths:
88
- .github/workflows/build-vlp-ws.yaml
99
- vlp_ws/docker/Dockerfile

0 commit comments

Comments
 (0)