update ci.yml file
Browse files- .github/workflows/ci.yml +1 -1
.github/workflows/ci.yml
CHANGED
@@ -3,7 +3,7 @@ name: CI/CD Pipeline
|
|
3 |
on:
|
4 |
push:
|
5 |
branches:
|
6 |
-
-
|
7 |
- develop
|
8 |
- feature/ci-setup
|
9 |
|
|
|
3 |
on:
|
4 |
push:
|
5 |
branches:
|
6 |
+
- master
|
7 |
- develop
|
8 |
- feature/ci-setup
|
9 |
|