Skip to content

Commit

Permalink
Update push_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
austinorr committed Nov 2, 2020
1 parent 99f7f37 commit 5524226
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/push_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: Push Release

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the develop branch
on: [release]
on:
release:
types: [published]

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down

0 comments on commit 5524226

Please sign in to comment.