Skip to content

Commit 3046aa7

Browse files
ADD format CI/CD
1 parent b4bced7 commit 3046aa7

File tree

4 files changed

+39
-0
lines changed

4 files changed

+39
-0
lines changed

.github/workflows/README.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Workflows
2+
3+
## Development - Build and Unittest
4+
5+
File: [development_pipeline.yml](development_pipeline.yml)
6+
7+
Event: On **Pull Request** → any branch into **develop**
8+
9+
Jobs:
10+
- Build
11+
- Unit Test
12+
13+
### Description:
14+
15+
## Staging - CI/CD Pipeline
16+
17+
File: [staging_pipeline.yml](staging_pipeline.yml)
18+
19+
Event: On **Pull Request** → any branch into **staging**
20+
21+
Jobs:
22+
- Build
23+
- Unit Test
24+
- Deploy
25+
26+
### Description:
27+
28+
## Production - CI/CD Pipeline
29+
30+
File: [production_pipeline.yml](production_pipeline.yml)
31+
32+
Event: On **Pull Request** → any branch into **main**
33+
34+
Jobs:
35+
- Build
36+
- Test
37+
- Deploy
38+
39+
### Description:
File renamed without changes.

.github/workflows/production_pipeline.yaml

Whitespace-only changes.

.github/workflows/staging_pipeline.yaml

Whitespace-only changes.

0 commit comments

Comments
 (0)