Skip to content

Commit

Permalink
Merge pull request #144 from catenax-ng/test-close
Browse files Browse the repository at this point in the history
bump version
  • Loading branch information
adkumar1 authored Apr 29, 2024
2 parents b37ca4a + 27390cb commit 9db52de
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ name: build
on:
push:
branches:
- main
- closeRelease
paths:
- './**'
tags:
- 'v*.*.*'
- 'v*.*.*-*'
pull_request:
branches:
- main
- closeRelease

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ name: "CodeQL"

on:
push:
branches: ["main"]
branches: ["closeRelease"]
paths-ignore:
- "**/*.md"
- "**/*.txt"
pull_request:
# The branches below must be a subset of the branches above
branches: ["main"]
branches: ["closeRelease"]
paths-ignore:
- "**/*.md"
- "**/*.txt"
Expand Down
2 changes: 1 addition & 1 deletion charts/orchestrator/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# managed-service-orchestrator

![Version: 1.5.8](https://img.shields.io/badge/Version-1.5.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.5.7](https://img.shields.io/badge/AppVersion-1.5.7-informational?style=flat-square)
![Version: 1.5.9](https://img.shields.io/badge/Version-1.5.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.5.7](https://img.shields.io/badge/AppVersion-1.5.7-informational?style=flat-square)

This service will help service provider to set up DFT/SDE with EDC and EDC as service in service provider environment.

Expand Down

0 comments on commit 9db52de

Please sign in to comment.