Skip to content

Commit 0dbe5cc

Browse files
committed
chore: don't deploy feature branch
1 parent d4cf43f commit 0dbe5cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ workflows:
114114
- test
115115
filters:
116116
branches:
117-
only: ['develop', 'feature/create-taas-jobs']
117+
only: ['develop']
118118
- deployProd:
119119
context : org-global
120120
requires:

0 commit comments

Comments
 (0)