Skip to content

Commit 03a3ab1

Browse files
sushilshinderakibansary
authored andcommitted
ci: removing devlope branch from prod cicd
1 parent 65382f3 commit 03a3ab1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.circleci/config.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ workflows:
7575
filters:
7676
branches:
7777
only:
78-
- feature
78+
- develop
7979

8080
# Production builds are exectuted only on tagged commits to the
8181
# master branch.
@@ -84,5 +84,4 @@ workflows:
8484
filters:
8585
branches:
8686
only:
87-
- master
88-
- develop
87+
- master

0 commit comments

Comments
 (0)