Skip to content

Commit

Permalink
Adding Github push
Browse files Browse the repository at this point in the history
  • Loading branch information
cpoile committed Jun 3, 2019
1 parent 93315c7 commit 33745e4
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 33745e4

Please sign in to comment.