Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispat authored Apr 27, 2021
1 parent 19af2ba commit 1cece52
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ name: CI
on:
# Triggers the workflow on push or pull request events but only for the master branch
release:
types: [prereleased, released]
types:
- prereleased
- released
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand Down

0 comments on commit 1cece52

Please sign in to comment.