Skip to content

Commit

Permalink
CircleCI tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
itsderek23 committed May 9, 2020
1 parent 7a92926 commit 6b58f4b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,17 @@ workflows:
version: 2
build_and_deploy:
jobs:
- build
- test:
context: whisk
- build
requires:
- build
- deploy:
context: whisk
requires:
- test
- build
filters:
tags:
only: /v[0-9]+(\.[0-9]+)*/
branches:
ignore: /.*/

0 comments on commit 6b58f4b

Please sign in to comment.