fix formatting of github action files workflow_dispatch

This commit is contained in:
Gregor Vostrak
2024-08-23 16:24:27 +02:00
parent e981d6bc01
commit b3b8b9fba9
2 changed files with 4 additions and 2 deletions

View File

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

View File

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