Skip to content

Commit

Permalink
Merge remote-tracking branch 'os/develop' into merge_os_to_saas
Browse files Browse the repository at this point in the history
  • Loading branch information
idriss.naji committed Dec 19, 2022
2 parents 7f3b44e + c469552 commit 6e69b12
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 6e69b12

Please sign in to comment.