Skip to content

Commit

Permalink
Merge pull request #23 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 7f3b44e + 6e69b12 commit f89ec4c
Show file tree
Hide file tree
Showing 3 changed files with 5 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
5 changes: 2 additions & 3 deletions .github/workflows/feature-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ name: Feature Branch
on:
push:
branches-ignore:
- "master"
- "staging"
- "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

0 comments on commit f89ec4c

Please sign in to comment.