Skip to content
This repository was archived by the owner on Sep 3, 2022. It is now read-only.

Commit 62c136a

Browse files
committed
more fixes
1 parent 566b76f commit 62c136a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
docker:
1919
- image: circleci/node:4-browsers
2020
steps:
21+
- checkout
2122
- attach_workspace: { at: . }
2223
- run: npm publish .
2324
workflows:
@@ -29,5 +30,7 @@ workflows:
2930
requires:
3031
- test
3132
filters:
33+
branches:
34+
ignore: /.*/
3235
tags:
3336
only: /[0-9]+(\.[0-9]+)*(-.+)?/

0 commit comments

Comments
 (0)