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 fc02830 commit 19af2ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: CI
on:
# Triggers the workflow on push or pull request events but only for the master branch
release:
types: [prereleased]
types: [prereleased, released]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand All @@ -24,4 +24,4 @@ jobs:
- name: Run a one-line script
run: echo $payload
env:
payload: ${{ fromJson(github.event) }}
payload: ${{ toJson(github.event) }}

0 comments on commit 19af2ba

Please sign in to comment.