Skip to content

Commit

Permalink
devops: adds faser branch on github workflows
Browse files Browse the repository at this point in the history
Signed-off-by: pamfilos <[email protected]>
  • Loading branch information
pamfilos committed May 5, 2023
1 parent 7fb8e5e commit 95cf801
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build CAP server image

on:
push:
branches: [master, ant]
branches: [master, ant, faser]
paths-ignore:
- "ui/**"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build CAP UI image

on:
push:
branches: [master, ant]
branches: [master, ant, faser]
paths:
- "ui/**"
- ".github/workflows/ui-test.yml"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-workflow-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: E2E - Server changes with python package installations

on:
pull_request:
branches: [master, ant]
branches: [master, ant, faser]
paths:
- "setup.py"
- "requirements.txt"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-workflow-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
branches: uitest
pull_request:
branches: [master, ant]
branches: [master, ant, faser]
paths:
- "ui/**"
- ".github/workflows/ui-test.yml"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/e2e-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
branches:
- qa
- production
- faser
jobs:
Cypress:
name: Cypress
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ui-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- "ui/**"
- ".github/workflows/ui-test.yml"
pull_request:
branches: [master, ant]
branches: [master, ant, faser]
paths:
- "ui/**"
- ".github/workflows/ui-test.yml"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/web-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
paths-ignore:
- 'ui/**'
pull_request:
branches: [ master, ant ]
branches: [ master, ant, faser ]
paths-ignore:
- 'ui/**'

Expand Down

0 comments on commit 95cf801

Please sign in to comment.