Skip to content

Commit

Permalink
I am running out of ideas at this point...
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejpedzich committed Oct 31, 2021
1 parent c873e25 commit e737e0d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Documentation website
on: workflow_dispatch
on:
release:
types: [prereleased, released]
jobs:
typedoc-and-deploy:
name: Run Typedoc and deploy
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Publish package
on: workflow_dispatch
on:
release:
types: [prereleased, released]
jobs:
build:
name: Build and publish on NPM
Expand Down

0 comments on commit e737e0d

Please sign in to comment.