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 6f50551 commit a8b5bdcCopy full SHA for a8b5bdc
.circleci/config.yml
@@ -120,7 +120,7 @@ workflows:
120
- build:
121
filters:
122
branches:
123
- ignore: /^(dev|master|v2)/
+ ignore: /^(dev|master|v2|v2-dev|v1-dev)/
124
release_next:
125
jobs:
126
@@ -129,6 +129,7 @@ workflows:
129
only:
130
- dev
131
- v2
132
+ - v2-dev
133
- build_next:
134
requires:
135
- build
@@ -137,6 +138,7 @@ workflows:
137
138
139
140
141
142
- publish_next:
143
144
- build_next
@@ -145,6 +147,7 @@ workflows:
145
147
146
148
149
150
151
release:
152
153
0 commit comments