Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e5f21f2

Browse files
committedAug 6, 2021
fix CircleCI test-automation
1 parent 6e35afe commit e5f21f2

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
@@ -146,7 +146,7 @@ workflows:
146146
# Development builds are executed on "develop" branch only.
147147
- "build-dev":
148148
context : org-global
149-
filters:
149+
filters: &filters-dev
150150
branches:
151151
only: ['develop', 'feature/bug-bash-july', 'feature/test-automation']
152152

0 commit comments

Comments
 (0)
Please sign in to comment.