Skip to content

Commit 9562207

Browse files
Merge pull request #13 from vectornguyen76/develop
Update trigger for CICD
2 parents de43521 + 0e7d92f commit 9562207

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/production_pipeline.yml

-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ on:
44
branches:
55
- master
66

7-
push:
8-
branches:
9-
- master
107
jobs:
118
build-test:
129
runs-on: ubuntu-latest

.github/workflows/staging_pipeline.yml

-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ on:
44
branches:
55
- staging
66

7-
push:
8-
branches:
9-
- staging
107
jobs:
118
build-test:
129
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)