Skip to content

Commit

Permalink
Update CI processes for automated release
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbourelly999 committed Apr 9, 2024
1 parent 72a12e0 commit 5c1e836
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@ name: Build Workflows

on:
pull_request:
types: [opened, synchronize, reopened]
push:
branches:
- develop
- master
- "release/*"
tags:
- "*"

# TODO push to dockerhub with correct tags
jobs:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/sonar-scanner.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
on:
pull_request:
types: [opened, synchronize, reopened]
push:
# run on branches and not PRs due to secrets used
branches:
- develop
- master
- "release/*"
name: Sonar Workflow
jobs:
sonarcloud:
Expand Down

0 comments on commit 5c1e836

Please sign in to comment.