From d4b0129cd2adf776a8be4f3f170e4eac9e940540 Mon Sep 17 00:00:00 2001 From: Joshua Gutow Date: Mon, 22 Apr 2024 12:01:42 -0700 Subject: [PATCH] Actually run release pipeline for da-server (#10254) --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6b0bbd7ca3c6..541213688da0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1868,7 +1868,7 @@ workflows: type: approval filters: tags: - only: /^(proxyd|chain-mon|indexer|ci-builder(-rust)?|ufm-[a-z0-9\-]*|op-[a-z0-9\-]*)\/v.*/ + only: /^(da-server|proxyd|chain-mon|indexer|ci-builder(-rust)?|ufm-[a-z0-9\-]*|op-[a-z0-9\-]*)\/v.*/ branches: ignore: /.*/ - docker-build: # just to warm up the cache (other jobs run in parallel)