Skip to content

Commit

Permalink
Add filter for CircleCI workflow build job (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Hsu authored Nov 18, 2020
1 parent a28c4fd commit 429bf38
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 @@ -97,7 +97,10 @@ workflows:
version: 2
build-and-deploy:
jobs:
- build
- build:
filters:
tags:
only: /.*/

- publish-github-release:
requires:
Expand Down

0 comments on commit 429bf38

Please sign in to comment.