Revert "Update circle config"

This reverts commit dbc2e516ea.
monorepo
Varun Patil 2023-03-14 12:12:16 -07:00
parent dbc2e516ea
commit 5a6d0f8d0c
1 changed files with 4 additions and 0 deletions

View File

@ -34,11 +34,15 @@ workflows:
jobs: jobs:
- build: - build:
filters: filters:
branches:
ignore: /.*/
tags: tags:
only: /^.*/ only: /^.*/
- publish-github-release: - publish-github-release:
requires: requires:
- build - build
filters: filters:
branches:
ignore: /.*/
tags: tags:
only: /^.*/ only: /^.*/