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 6e9ba8b + 0987305 commit c53052e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/dockerImage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ name: Publish Docker image
on:
push:
branches:
- "develop"
- "tsys-release"
- 'release'
- 'staging'
- 'develop'
- 'tsys-release'
tags:
- "dockerImage.v.*"
- "v*"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/feature-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Feature Branch
on:
push:
branches-ignore:
- "master"
- "staging"
- "develop"
- 'release'
- 'staging'
- 'develop'

jobs:
test:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Release action

release:
on:
push:
branches:
- release**
- 'release'

jobs:
build:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/securityScan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ on:
push:
branches:
- '*'
- '*'
pull_request:
jobs:
build:
Expand Down

0 comments on commit c53052e

Please sign in to comment.