Skip to content

Commit ce063da

Browse files
committed
reverting circleci config
1 parent 1186469 commit ce063da

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ workflows:
120120
- build:
121121
filters:
122122
branches:
123-
ignore: /^(dev|master|v2|v2-dev|v1-dev)/
123+
ignore: /^(dev|master|v2)/
124124
release_next:
125125
jobs:
126126
- build:
@@ -129,7 +129,6 @@ workflows:
129129
only:
130130
- dev
131131
- v2
132-
- v2-dev
133132
- build_next:
134133
requires:
135134
- build
@@ -138,7 +137,6 @@ workflows:
138137
only:
139138
- dev
140139
- v2
141-
- v2-dev
142140
- publish_next:
143141
requires:
144142
- build_next
@@ -147,7 +145,6 @@ workflows:
147145
only:
148146
- dev
149147
- v2
150-
- v2-dev
151148
release:
152149
jobs:
153150
- build:

0 commit comments

Comments
 (0)