From ddad2fc85ef5a0f25997246a9c1c31c32d428abe Mon Sep 17 00:00:00 2001 From: PancakeTAS Date: Thu, 24 Jul 2025 15:19:50 +0200 Subject: [PATCH] ui: update workflow branch --- .github/workflows/update-ui.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-ui.yml b/.github/workflows/update-ui.yml index 5c9c879..69e8489 100644 --- a/.github/workflows/update-ui.yml +++ b/.github/workflows/update-ui.yml @@ -1,7 +1,7 @@ name: Update lsfg-vk-ui app image on: push: - branches: ["feat/ui"] + branches: ["develop"] jobs: update-ui: @@ -14,6 +14,10 @@ jobs: with: path: /var/cache/pacman/pkg key: archlinux-pacman-cache + - name: Create cache directories + run: | + mkdir -p /root/.cargo + mkdir -p /root/.rustup - name: Prepare cache for rustup uses: actions/cache@v4 with: