Skip to content

Commit

Permalink
(Hopefully) final trigger change
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejpedzich committed Oct 31, 2021
1 parent e737e0d commit 6194f4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Documentation website
on:
release:
types: [prereleased, released]
types: [published]
jobs:
typedoc-and-deploy:
name: Run Typedoc and deploy
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Publish package
on:
release:
types: [prereleased, released]
types: [published]
jobs:
build:
name: Build and publish on NPM
Expand Down

0 comments on commit 6194f4d

Please sign in to comment.