Skip to content

Commit ed0ea45

Browse files
modified workflow
1 parent 2a593ff commit ed0ea45

2 files changed

Lines changed: 3 additions & 8 deletions

File tree

.github/workflows/multiTenant_deploy_and_Integration_test.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
name: Multi Tenancy Deploy & Integration Test🚀
22

33
on:
4-
pull_request:
5-
types: [closed]
4+
push:
65
branches:
76
- develop
8-
97
workflow_dispatch:
108

119
permissions:
@@ -16,7 +14,6 @@ permissions:
1614
jobs:
1715
deploy:
1816
environment: dev
19-
if: github.event.pull_request.merged == true
2017
runs-on: ubuntu-latest
2118

2219
steps:
@@ -375,7 +372,7 @@ jobs:
375372
environment: dev
376373
runs-on: ubuntu-latest
377374
needs: integration-test
378-
if: always() && github.event.pull_request.merged == true
375+
if: always()
379376
steps:
380377
- name: Check test results 📋
381378
run: |

.github/workflows/singleTenant_deploy_and_Integration_test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: Single Tenant Deploy and Integration Test
22

33
on:
4-
pull_request:
5-
types: [closed]
4+
push:
65
branches:
76
- develop
87
workflow_dispatch:
@@ -15,7 +14,6 @@ permissions:
1514
jobs:
1615
deploy:
1716
environment: dev
18-
if: github.event.pull_request.merged == true
1917
runs-on: ubuntu-latest
2018

2119
steps:

0 commit comments

Comments
 (0)