Skip to content

Commit b8443e1

Browse files
committed
fix(circleci): remove branch ignore rule
1 parent 09d82b9 commit b8443e1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.circleci/config.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
executor: node_10
108108
steps:
109109
- install_dependencies
110-
- run: yarn build
110+
- build_artifacts
111111
- save_workspace
112112
bundle_test:
113113
executor: node_10
@@ -146,5 +146,3 @@ workflows:
146146
filters:
147147
tags:
148148
only: /^v.*/
149-
branches:
150-
ignore: /.*/

0 commit comments

Comments
 (0)