Skip to content

Commit

Permalink
fix formatting of github action files workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
Onatcer committed Aug 23, 2024
1 parent ea14dcb commit 4a34774
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/npm-publish-api.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Publish API package to NPM
on: workflow_dispatch
on:
workflow_dispatch
jobs:
build:
runs-on: ubuntu-latest
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/npm-publish-ui.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Publish UI package to NPM
on: workflow_dispatch
on:
workflow_dispatch
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4a34774

Please sign in to comment.