From ec3f75fba5854b28a805b488b25fdc1858de57ec Mon Sep 17 00:00:00 2001 From: Jeff Klukas Date: Fri, 29 Jun 2018 12:38:11 -0400 Subject: [PATCH] Comment on publish job in circle config --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0b76194..0a6e8dc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -22,6 +22,7 @@ jobs: command: | bash <(curl -s https://codecov.io/bash) + # The publish job only gets scheduled for commits to master; see workflows section below publish: docker: - image: mozilla/sbt:8u171_0.13.13 @@ -37,7 +38,6 @@ workflows: test-publish: jobs: - test - # Only publish if tests pass and this is a commit to master - publish: requires: - test