Skip to content

Commit 429bf38

Browse files
author
Oliver Hsu
authored
Add filter for CircleCI workflow build job (#38)
1 parent a28c4fd commit 429bf38

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,10 @@ workflows:
9797
version: 2
9898
build-and-deploy:
9999
jobs:
100-
- build
100+
- build:
101+
filters:
102+
tags:
103+
only: /.*/
101104

102105
- publish-github-release:
103106
requires:

0 commit comments

Comments
 (0)