add desktop versions infos, make package publish actions only run on manual trigger

This commit is contained in:
Gregor Vostrak
2024-08-27 17:23:30 +02:00
parent 597f9ce802
commit 024d841024
5 changed files with 42 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
name: Publish API package to NPM
on:
push
workflow_dispatch
jobs:
build:
runs-on: ubuntu-latest

View File

@@ -1,6 +1,6 @@
name: Publish UI package to NPM
on:
push
workflow_dispatch
jobs:
build:
runs-on: ubuntu-latest