Skip to content

Commit

Permalink
Merge pull request #25 from virtualidentityag/merge_os_to_saas
Browse files Browse the repository at this point in the history
Merge os to saas
  • Loading branch information
tkuzynow authored Dec 19, 2022
2 parents 644c167 + 1e935a2 commit e11ed9a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/dockerImage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ name: Publish Docker image
on:
push:
branches:
- "develop"
- 'release'
- 'staging'
- 'develop'
- "tsys-release"
tags:
- "dockerImage.v.*"
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/feature-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ name: Feature Branch
on:
push:
branches-ignore:
- "master"
- "develop"
- 'release'
- 'staging'
- 'develop'

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release action
on:
push:
branches:
- release**
- 'release'

jobs:
build:
Expand Down

0 comments on commit e11ed9a

Please sign in to comment.