Skip to content

Commit

Permalink
Merge pull request #364 from ever-co/develop
Browse files Browse the repository at this point in the history
feat: release
  • Loading branch information
evereq committed Mar 5, 2023
2 parents 18246c0 + 60f90c7 commit 86dc0fb
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,13 +125,22 @@ workflows:

test:
jobs:
- check_lint
- check_lint:
filters:
branches:
ignore: master
- test_unit:
requires:
- check_lint
filters:
branches:
ignore: master
- test_e2e:
requires:
- check_lint
filters:
branches:
ignore: master

release:
jobs:
Expand All @@ -140,23 +149,23 @@ workflows:
branches:
only: master
tags:
only: /^([0-9.]+)$/
only: /^v.*/
- test_unit:
requires:
- check_lint
filters:
branches:
only: master
tags:
only: /^([0-9.]+)$/
only: /^v.*/
- test_e2e:
requires:
- check_lint
filters:
branches:
only: master
tags:
only: /^([0-9.]+)$/
only: /^v.*/
- build:
context: traduora
requires:
Expand All @@ -167,5 +176,5 @@ workflows:
branches:
only: master
tags:
only: /^([0-9.]+)$/
only: /^v.*/

1 comment on commit 86dc0fb

@vercel
Copy link

@vercel vercel bot commented on 86dc0fb Mar 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

traduora-docs-co – ./

traduora-docs-co-git-master-ever-co.vercel.app
docs.traduora.co
traduora-docs-co-ever-co.vercel.app

Please sign in to comment.