Skip to content

Commit

Permalink
Updated pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
estruyf committed Apr 1, 2021
1 parent ec3f98a commit 7fb3a42
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ workflows:
- build:
filters:
branches:
ignore: /^(dev|master|v2)/
ignore: /^(dev|master|v2|v2-dev)/
release_next:
jobs:
- build:
Expand All @@ -107,6 +107,7 @@ workflows:
only:
- dev
- v2
- v2-dev
- build_next:
requires:
- build
Expand All @@ -115,6 +116,7 @@ workflows:
only:
- dev
- v2
- v2-dev
- publish_next:
requires:
- build_next
Expand All @@ -123,6 +125,7 @@ workflows:
only:
- dev
- v2
- v2-dev
release:
jobs:
- build:
Expand Down

0 comments on commit 7fb3a42

Please sign in to comment.