We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1186469 commit ce063daCopy full SHA for ce063da
.circleci/config.yml
@@ -120,7 +120,7 @@ workflows:
120
- build:
121
filters:
122
branches:
123
- ignore: /^(dev|master|v2|v2-dev|v1-dev)/
+ ignore: /^(dev|master|v2)/
124
release_next:
125
jobs:
126
@@ -129,7 +129,6 @@ workflows:
129
only:
130
- dev
131
- v2
132
- - v2-dev
133
- build_next:
134
requires:
135
- build
@@ -138,7 +137,6 @@ workflows:
138
137
139
140
141
142
- publish_next:
143
144
- build_next
@@ -147,7 +145,6 @@ workflows:
147
145
148
146
149
150
151
release:
152
153
0 commit comments