Skip to content

Commit

Permalink
CI: build binaries for UI branches (#12594)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
tgross authored and lgfa29 committed Apr 29, 2022
1 parent 017002f commit 248f23d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,6 @@ workflows:
branches:
ignore:
- stable-website
- /^.-ui\b.*/

- lint-go:
# check branches are almost all the backend branches
Expand Down

0 comments on commit 248f23d

Please sign in to comment.