ui: update workflow branch

This commit is contained in:
PancakeTAS 2025-07-24 15:19:50 +02:00 committed by Pancake
parent cf8286bf62
commit ddad2fc85e

View file

@ -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: