mirror of
https://github.com/PancakeTAS/lsfg-vk.git
synced 2026-04-05 01:58:06 +00:00
ui: update workflow branch
This commit is contained in:
parent
cf8286bf62
commit
ddad2fc85e
1 changed files with 5 additions and 1 deletions
6
.github/workflows/update-ui.yml
vendored
6
.github/workflows/update-ui.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue