diff options
| author | Brent Cook <busterb@gmail.com> | 2026-05-25 21:45:45 -0500 |
|---|---|---|
| committer | Brent Cook <busterb@gmail.com> | 2026-05-25 22:04:59 -0500 |
| commit | aa784ae2454998ef5abc17695ec2cfba513c55a1 (patch) | |
| tree | 2a9b50a2390f5fa6ea4610281485f14ed103aae4 | |
| parent | 786c78db179eb2a2816aa4c458cf34508524c0e7 (diff) | |
| download | portable-aa784ae2454998ef5abc17695ec2cfba513c55a1.tar.gz portable-aa784ae2454998ef5abc17695ec2cfba513c55a1.tar.bz2 portable-aa784ae2454998ef5abc17695ec2cfba513c55a1.zip | |
allow releases to be retriggered on failure
This just gives us a manual rerun option.
| -rw-r--r-- | .github/workflows/release.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 976467c..c4a57d8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml | |||
| @@ -4,6 +4,7 @@ name: "Release" | |||
| 4 | on: | 4 | on: |
| 5 | push: | 5 | push: |
| 6 | tags: [ "v*" ] | 6 | tags: [ "v*" ] |
| 7 | workflow_dispatch: | ||
| 7 | 8 | ||
| 8 | concurrency: | 9 | concurrency: |
| 9 | group: "${{ github.workflow }}-${{ github.ref }}" | 10 | group: "${{ github.workflow }}-${{ github.ref }}" |
