Skip to content

Commit

Permalink
Update ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
bpringe committed Feb 10, 2021
1 parent 8f56c0a commit bd98672
Showing 1 changed file with 16 additions and 18 deletions.
34 changes: 16 additions & 18 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -305,24 +305,22 @@ workflows:
# We have two workflows, because for some reason the tag filter need to be on all jobs...
build-test:
jobs:
# - build:
# filters:
# tags:
# ignore: /^v\d+\.\d+\.\d+-?.*/
# - test-grammar:
# requires:
# - build
# - test-cljslib:
# requires:
# - build
# - test-integration:
# requires:
# - build
# - test-ts-unit:
# requires:
# - build
- merge-dev-to-published:
context: Calva
- build:
filters:
tags:
ignore: /^v\d+\.\d+\.\d+-?.*/
- test-grammar:
requires:
- build
- test-cljslib:
requires:
- build
- test-integration:
requires:
- build
- test-ts-unit:
requires:
- build
release-publish:
jobs:
- build:
Expand Down

0 comments on commit bd98672

Please sign in to comment.