build release/splitfire-desktop

Seto Elkahfi committed Aug 4, 2024 at 19:52 UTC bfc15000ae4ff799a6181ca7f92df9b8797094d6
1 file changed +3 -1
.github/workflows/deploy-frontend-splitfire-desktop.yml
+3 -1
@@ -1,6 +1,8 @@
1 name: Deploy Frontend Splitfire Desktop
2 on:
3 push:
4 + branches:
5 + - splitfire/release/splitfire-desktop
6 workflow_dispatch:
7 jobs:
8 publish:
@@ -21,7 +23,7 @@ jobs:
23 with:
24 node-version-file: frontend/splitfire-desktop/.nvmrc
25
24 - - name: Install Rust stable
26 + - name: Setup Rust toolchain
27 uses: dtolnay/rust-toolchain@stable
28 with:
29 toolchain: 1.77.0