From 24bc8cec2803d9683c1640309dcf3b8b75819b33 Mon Sep 17 00:00:00 2001 From: paulbourelly999 <77466294+paulbourelly999@users.noreply.github.com> Date: Wed, 10 Apr 2024 22:29:21 -0400 Subject: [PATCH] Fix CI workflows for release and remove lavida references (#214) # PR Details ## Description ## Related GitHub Issue ## Related Jira Key ## Motivation and Context ## How Has This Been Tested? ## Types of changes - [ ] Defect fix (non-breaking change that fixes an issue) - [ ] New feature (non-breaking change that adds functionality) - [ ] Breaking change (fix or feature that cause existing functionality to change) ## Checklist: - [ ] I have added any new packages to the sonar-scanner.properties file - [ ] My change requires a change to the documentation. - [ ] I have updated the documentation accordingly. - [ ] I have read the [**CONTRIBUTING**](https://github.com/usdot-fhwa-stol/carma-platform/blob/develop/Contributing.md) document. - [ ] I have added tests to cover my changes. - [ ] All new and existing tests passed. --- .github/workflows/ci.yml | 5 ++++- .github/workflows/dockerhub.yml | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index df20bf47..a3a13c0e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,10 @@ on: pull_request: types: [opened, synchronize, reopened] push: - branches: [develop, master, release/lavida] + 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 diff --git a/.github/workflows/dockerhub.yml b/.github/workflows/dockerhub.yml index 216b51a9..abdd8134 100644 --- a/.github/workflows/dockerhub.yml +++ b/.github/workflows/dockerhub.yml @@ -5,7 +5,8 @@ on: - "develop" - "master" - "release/*" - - "release/lavida" + tags: + - "carma-system-*" jobs: dockerhub: