Skip to content

Commit 79e4c0c

Browse files
committed
Not build for PRs
1 parent a9d1250 commit 79e4c0c

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

.circleci/config.yml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,6 @@ jobs:
3636
name: validate
3737
command: npm run check-markdown
3838
publish_schemas:
39-
filters:
40-
tags:
41-
# All (future) tags
42-
only: /.*/
43-
branches:
44-
# Only dev branch, not PRs
45-
only: dev
4639
working_directory: ~/stac
4740
docker:
4841
- image: circleci/node:12
@@ -59,8 +52,17 @@ jobs:
5952
command: npm run publish-schemas -- $CIRCLE_TAG
6053
workflows:
6154
version: 2
62-
test:
55+
ci:
6356
jobs:
6457
- test_examples
6558
- test_docs
66-
- publish_schemas
59+
- publish_schemas:
60+
requires:
61+
- test_examples
62+
filters:
63+
tags:
64+
# All (future) tags
65+
only: /.+/
66+
branches:
67+
# Only dev branch, not PRs
68+
only: dev

0 commit comments

Comments
 (0)