diff --git a/.circleci/config.yml b/.circleci/config.yml index 8b7c7241c..1911d8726 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -69,9 +69,12 @@ workflows: # - snapshot - trigger-snapshot-creation: filters: + branches: + only: + - develop tags: ignore: - - /^v*/ + - /^v.*/ - SNAPSHOT - publish-major-snapshot-update: filters: @@ -349,8 +352,8 @@ jobs: - image: circleci/python@sha256:e1c98a85c5ee62ac52a2779fe5abe2677f021c8e3158e4fb2d569c7b9c6ac073 steps: - - attach_workspace: - at: /home/circleci/ + - restore_cache: + key: workspace-v1- - run: pwd - run: ls -la - run: cd ..