Skip to content

Commit

Permalink
Add manual workflow trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
richardhallett committed Dec 1, 2021
1 parent 33ed469 commit 1e6b40c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Release to production
on:
release:
types: [published]

workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1e6b40c

Please sign in to comment.