Skip to content

Commit

Permalink
build: fixing CircleCI config
Browse files Browse the repository at this point in the history
CircleCI requires that any required job must also be setup to run from tags.

See https://circleci.com/docs/2.0/workflows/#executing-workflows-for-a-git-tag
  • Loading branch information
markmcdowell committed Sep 10, 2019
1 parent c007230 commit 700865b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,10 @@ workflows:
version: 2
build-and-deploy:
jobs:
- build
- build:
filters:
tags:
only: /.*/
- build-docs:
filters:
branches:
Expand Down

0 comments on commit 700865b

Please sign in to comment.