Skip to content

Commit

Permalink
Merge branch 'develop' into feature/carma-cloud-integration
Browse files Browse the repository at this point in the history
  • Loading branch information
chengyuan0124 committed May 1, 2024
2 parents 4589f1d + f51f820 commit 4c0f71e
Show file tree
Hide file tree
Showing 12 changed files with 268 additions and 309 deletions.
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

0 comments on commit 4c0f71e

Please sign in to comment.