Skip to content

Commit

Permalink
update circle-ci config. Ready to merge to main
Browse files Browse the repository at this point in the history
  • Loading branch information
prashjha committed Jun 3, 2024
1 parent 194c4aa commit 09a4a66
Showing 1 changed file with 10 additions and 14 deletions.
24 changes: 10 additions & 14 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,33 +138,29 @@ jobs:
fi
workflows:
version: 2
build_work:
build_doc_deploy_codecov:
jobs:
- build:
filters:
branches:
ignore: gh-pages
doc_work:
jobs:
- documentation:
filters:
branches:
only: main
requires:
- <<workflows.build_work>>
deploy_work:
jobs:
filters:
branches:
only: main
requires:
- build
- deploy:
filters:
branches:
only: main
requires:
- <<workflows.build_work>>
codecov_work:
jobs:
- documentation
- build
- codecoverage:
filters:
branches:
only: main
requires:
- <<workflows.build_work>>
- documentation
- build

0 comments on commit 09a4a66

Please sign in to comment.