Skip to content

Commit

Permalink
Add kubernetes* branch to gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
victorjourne committed Feb 15, 2024
1 parent 27e497c commit 79227b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backend-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Deploy backend container

on:
push:
branches: [ "master","feat/kubernetes" ,"feat/backend-*"]
branches: [ "master","feat/kubernetes*" ,"feat/backend-*"]
tags:
- 'v*'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/elasticsearch-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Deploy elasticsearch container

on:
push:
branches: [ "master","feat/kubernetes" ,"feat/elastic-*"]
branches: [ "master","feat/kubernetes*" ,"feat/elastic-*"]
tags:
- 'v*'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/frontend-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Deploy frontend container

on:
push:
branches: [ "master","feat/kubernetes", "fix/frontend*", "feat/frontend*" ]
branches: [ "master","feat/kubernetes*", "fix/frontend*", "feat/frontend*" ]
tags:
- 'v*'

Expand Down

0 comments on commit 79227b4

Please sign in to comment.