fix formatting of github action files workflow_dispatch

This commit is contained in:
Gregor Vostrak
2024-08-27 17:47:22 +02:00
parent e981d6bc01
commit b3b8b9fba9
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
name: Publish API package to NPM
on: workflow_dispatch
on:
workflow_dispatch
jobs:
build:
runs-on: ubuntu-latest
+2 -1
View File
@@ -1,5 +1,6 @@
name: Publish UI package to NPM
on: workflow_dispatch
on:
workflow_dispatch
jobs:
build:
runs-on: ubuntu-latest