Skip to content

Commit

Permalink
Merge pull request #71 from virtualidentityag/merge_os_to_saas
Browse files Browse the repository at this point in the history
Merge os to saas
  • Loading branch information
idrissnaji authored Dec 19, 2022
2 parents efa9e7b + 4ba627c commit 58b0253
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dockerImage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- "develop"
- "staging"
- "release"
- "tsys-release"
tags:
- "dockerImage.v.*"
Expand Down
4 changes: 2 additions & 2 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"
- "develop"

- "staging"
- "release"
jobs:
test:
name: Build and run unit tests
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
4 changes: 3 additions & 1 deletion .github/workflows/securityScan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
push:
branches:
- 'develop'
- 'staging'
- 'release'
pull_request:
jobs:
build:
Expand All @@ -18,4 +20,4 @@ jobs:
scan-ref: '.'
format: 'table'
exit-code: 1
severity: CRITICAL
severity: CRITICAL

0 comments on commit 58b0253

Please sign in to comment.