Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
Fix CircleCi clean config by testing Workflow #2
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienBreux committed Aug 27, 2017
1 parent 559f543 commit 98da35a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,20 @@ jobs:

- store_test_results:
path: /tmp/test-results

workflows:
version: 2
build-n-deploy:
jobs:
- build:
filters:
tags:
only: /.*/
- deploy:
requires:
- test
filters:
tags:
only: /^v[0-9]\+\.[0-9]\+\.[0-9]\+/
branches:
ignore: /.*/

0 comments on commit 98da35a

Please sign in to comment.