From 5628caee53d3daafbf66773c065a337ff2d23774 Mon Sep 17 00:00:00 2001 From: Tim Gross Date: Mon, 18 Apr 2022 10:29:20 -0400 Subject: [PATCH] CI: build binaries for UI branches (#12594) Build binaries for every code change, not just backend code changes. This means that we'll have up-to-date compiled assets for every commit available in CircleCI artifacts. --- .circleci/config.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c84171ed5..4854b8c52 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -557,7 +557,6 @@ workflows: branches: ignore: - stable-website - - /^.-ui\b.*/ - lint-go: # check branches are almost all the backend branches