Skip to content

Commit

Permalink
add jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
lit26 committed Dec 12, 2021
1 parent 0db019c commit 83d757a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,22 +73,23 @@ workflows:
branches:
only:
- master
- before-release
- test_py39:
filters:
branches:
only:
- master
- before-release
- coverage:
filters:
branches:
only:
- master
# - doc
- before-release


###########################################
# Testing CircleCI in local
###########################################
# circleci local execute --job test_py37
# circleci local execute --job coverage
# circleci local execute --job doc
# circleci local execute --job coverage

0 comments on commit 83d757a

Please sign in to comment.