From abf79dd022f9bbbb6998c17977bea80f005ec747 Mon Sep 17 00:00:00 2001 From: andreas Date: Mon, 2 Oct 2023 20:41:03 +0200 Subject: [PATCH] correct yaml errors --- .circleci/config.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7a14259..955589d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -71,8 +71,7 @@ workflows: build-workflow: when: << pipeline.parameters.run_build >> jobs: - - pio-build - # set the filter to allow a build for any sha tag - filters: - tags: - only: /.*/ + - pio-build: + filters: + tags: + only: /.*/