Skip to content

Commit

Permalink
400th attempt at not building untagged releases
Browse files Browse the repository at this point in the history
  • Loading branch information
chestm007 committed Apr 23, 2019
1 parent 7354a58 commit 40c890c
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions .circleci/config.yml
Expand Up @@ -91,12 +91,26 @@ jobs:

workflows:
version: 2
build_and_test:
test-all:
jobs:
- python3.6
- python3.7
- python3.6:
filters:
tags:
ignore: /.*/
branches:
only: /.*/
- python3.7:
filters:
tags:
ignore: /.*/
branches:
only: /.*/
- deploy:
requires:
- python3.6
- python3.7

filters:
tags:
only: /.*/
branches:
ignore: /.*/

0 comments on commit 40c890c

Please sign in to comment.