Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge release to develop for release 4.5.0 #216

Merged
merged 10 commits into from
Apr 24, 2024
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ on:
pull_request:
types: [opened, synchronize, reopened]
push:
branches: [develop, master]
branches:
- develop
- master
- "release/*"
jobs:
sonar: # sonar job is to setup and run sonar scan analysis on telematic cloud messaging code
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ on:

jobs:
docker:
uses: usdot-fhwa-stol/actions/.github/workflows/docker.yml@main
uses: usdot-fhwa-stol/actions/.github/workflows/docker.yml@main
2 changes: 2 additions & 0 deletions .github/workflows/dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
- "develop"
- "master"
- "release/*"
tags:
- "carma-system-*"

jobs:
dockerhub:
Expand Down
Loading
Loading