Skip to content

Commit

Permalink
add github deployment to the build
Browse files Browse the repository at this point in the history
  • Loading branch information
cpoile committed Jun 3, 2019
1 parent 3cbf576 commit 88ca5af
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,14 @@ workflows:
- plugin-ci/lint
- plugin-ci/test
- plugin-ci/build
- plugin-ci/deploy-release-github:
filters:
tags:
only: /^v.*/
branches:
ignore: /.*/
context: matterbuild-github-token
requires:
- plugin-ci/lint
- plugin-ci/test
- plugin-ci/build

0 comments on commit 88ca5af

Please sign in to comment.