Skip to content

Commit

Permalink
release.yaml add support for workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
jwrober committed Jan 1, 2024
1 parent 57f76ed commit 8e57c04
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Release
on:
release:
types: [published]
workflow_dispatch: {}

jobs:
update-autorevision:
name: "Update AutoRevision"
Expand Down Expand Up @@ -72,6 +74,7 @@ jobs:
defaults:
run:
shell: msys2 {0}
if: github.event_name == 'release' || github.event_name == 'workflow_dispatch'
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 8e57c04

Please sign in to comment.