Skip to content

Commit

Permalink
Merge pull request #833 from rollbar/wj-trigger-on-create
Browse files Browse the repository at this point in the history
Trigger s3 workflow on release created
  • Loading branch information
waltjones authored Mar 6, 2020
2 parents 0983c33 + 88a432c commit 9ffc13b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Upload Rollbar.js release to S3

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

jobs:
upload-distros-to-s3:
Expand Down

0 comments on commit 9ffc13b

Please sign in to comment.