Skip to content

Commit c633d24

Browse files
author
Jose Ganora
committed
changes to implement qa and production env
1 parent 735474d commit c633d24

2 files changed

Lines changed: 7 additions & 8 deletions

File tree

.github/workflows/production-pipeline.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1+
name: Production pipeline
2+
13
on:
2-
pull_request:
3-
types:
4-
- closed
5-
branches:
6-
- 'develop'
4+
workflow_dispatch: # Allows manual execution
75

8-
name: Linux_Container_Workflow
96
jobs:
107
build-and-deploy:
118
runs-on: ubuntu-latest

.github/workflows/qa-pipeline.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1+
name: Stage pipeline
2+
13
on:
24
pull_request:
35
types:
46
- closed
57
branches:
6-
- 'develop'
8+
- 'staging'
9+
710

8-
name: Linux_Container_Workflow
911
jobs:
1012
build-and-deploy:
1113
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)