Skip to content

Commit

Permalink
Enable Web Hook trigger for package release
Browse files Browse the repository at this point in the history
  • Loading branch information
sondreb committed Apr 19, 2020
1 parent f444a8d commit b41233f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: Publish Release Packages

on:
release:
types: [published, edited]
types: [published]
repository_dispatch:
types: [publish-packages]

jobs:

Expand Down

0 comments on commit b41233f

Please sign in to comment.