Skip to content

Commit 1918ffa

Browse files
committed
Update workflows to target Jazzy branch
1 parent 771f678 commit 1918ffa

File tree

5 files changed

+5
-6
lines changed

5 files changed

+5
-6
lines changed

.github/workflows/ci-docs.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: Check Documentation
33
on:
44
push:
55
branches:
6-
- main
7-
- 33-feature-ros2-control
6+
- jazzy
87
pull_request:
98
paths:
109
- docs/**

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Check Implementation
33
on:
44
push:
55
branches:
6-
- main
6+
- jazzy
77
pull_request:
88
workflow_dispatch:
99

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- cron: "0 17 * * 6"
66
push:
77
branches:
8-
- main
8+
- jazzy
99
pull_request:
1010
paths:
1111
- .docker/**

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Deploy to GitHub Pages
33
on:
44
push:
55
branches:
6-
- main
6+
- jazzy
77

88
jobs:
99
docs:

.github/workflows/format.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55
push:
66
branches:
7-
- main
7+
- jazzy
88
workflow_dispatch:
99

1010
jobs:

0 commit comments

Comments
 (0)