Skip to content

Commit

Permalink
Update workflows to target Jazzy branch
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-palmer committed Aug 17, 2024
1 parent 771f678 commit 1918ffa
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: Check Documentation
on:
push:
branches:
- main
- 33-feature-ros2-control
- jazzy
pull_request:
paths:
- docs/**
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Check Implementation
on:
push:
branches:
- main
- jazzy
pull_request:
workflow_dispatch:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- cron: "0 17 * * 6"
push:
branches:
- main
- jazzy
pull_request:
paths:
- .docker/**
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy to GitHub Pages
on:
push:
branches:
- main
- jazzy

jobs:
docs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
push:
branches:
- main
- jazzy
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 1918ffa

Please sign in to comment.