From 54ee7eb35a105e664a9fda85a9566a670190c7a3 Mon Sep 17 00:00:00 2001 From: Lasse Kristensen Date: Tue, 26 Sep 2023 15:33:14 +0200 Subject: [PATCH 1/2] fixes --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 52c7bac..1769518 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,4 @@ v3 * 3 ### -TEST RELEASE - -hej \ No newline at end of file +TEST RELEASE \ No newline at end of file From 8ce4d6b4ee224bcf67794e9b7f85c7b8243f7508 Mon Sep 17 00:00:00 2001 From: Lasse Kristensen Date: Tue, 26 Sep 2023 15:36:28 +0200 Subject: [PATCH 2/2] fix --- .circleci/config.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a69ccfb..c6a83ae 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -18,7 +18,7 @@ workflows: - "lint-dockerfile-api" filters: branches: - only: /^SPRINT.*/ + only: /^SPRINT\/.*/ tags: only: /^v([0-9]|[1-9][0-9]*)\.([0-9]|[1-9][0-9]*)\.([0-9]|[1-9][0-9])+\-sc(.*)$/ - api-rspec: @@ -38,7 +38,7 @@ workflows: - "build-dev" filters: branches: - only: /^SPRINT.*/ + only: /^SPRINT\/.*/ tags: only: /^v([0-9]|[1-9][0-9]*)\.([0-9]|[1-9][0-9]*)\.([0-9]|[1-9][0-9])+\-sc(.*)$/ - test-api-bundler-audit: @@ -46,7 +46,7 @@ workflows: - "build-dev" filters: branches: - only: /^SPRINT.*/ + only: /^SPRINT\/.*/ tags: only: /^v([0-9]|[1-9][0-9]*)\.([0-9]|[1-9][0-9]*)\.([0-9]|[1-9][0-9])+\-sc(.*)$/ - test-scan-api: @@ -54,7 +54,7 @@ workflows: - "build-prod" filters: branches: - only: /^SPRINT.*/ + only: /^SPRINT\/.*/ tags: only: /^v([0-9]|[1-9][0-9]*)\.([0-9]|[1-9][0-9]*)\.([0-9]|[1-9][0-9])+\-sc(.*)$/ - build-dev-schema: @@ -67,7 +67,7 @@ workflows: filters: branches: ignore: - - /^SPRINT.*/ + - /^SPRINT\/.*/ - /main/ - build-prod-schema: requires: @@ -78,7 +78,7 @@ workflows: - "api-rspec" filters: branches: - only: /^SPRINT.*/ + only: /^SPRINT\/.*/ tags: only: /^v([0-9]|[1-9][0-9]*)\.([0-9]|[1-9][0-9]*)\.([0-9]|[1-9][0-9])+\-sc(.*)$/ - tag_tested_production: