Skip to content

Commit

Permalink
Merge pull request #833 from danforthcenter/fix-github-action-on-release
Browse files Browse the repository at this point in the history
Trigger GitHub Actions deployment workflow when a release is published
  • Loading branch information
nfahlgren authored Nov 8, 2021
2 parents b62b15f + 8e7f783 commit b51b545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: deploy

on:
release:
types: [created]
types: [published]

jobs:
build:
Expand Down

0 comments on commit b51b545

Please sign in to comment.