Skip to content

Commit

Permalink
Merge pull request #544 from jaedb/deploy/force-release
Browse files Browse the repository at this point in the history
Adding force-release (bypass tests)
  • Loading branch information
jaedb authored May 18, 2020
2 parents bb78b29 + 8b69ec2 commit a1dd21b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,18 @@ workflows:
filters:
branches:
only: deploy/release
build_and_release:
jobs:
- build:
filters:
branches:
only: deploy/force-release
- deploy:
requires:
- build
filters:
branches:
only: deploy/force-release

jobs:
py38: &test-template
Expand Down

0 comments on commit a1dd21b

Please sign in to comment.