diff options
| author | Brent Cook <busterb@gmail.com> | 2026-05-25 21:45:45 -0500 |
|---|---|---|
| committer | Brent Cook <busterb@gmail.com> | 2026-05-26 08:16:26 -0500 |
| commit | e8396155f2ce8c0a489ac5b9b0999af3b1da84bc (patch) | |
| tree | 0075e9cb9c1d1a5bc697dc755f3bf90e92d9a1d0 /.github/workflows/release.yml | |
| parent | 654776b47fd23721d9d1a2ba3c5fb67777cfb708 (diff) | |
| download | portable-OPENBSD_7_8.tar.gz portable-OPENBSD_7_8.tar.bz2 portable-OPENBSD_7_8.zip | |
allow releases to be retriggered on failureOPENBSD_7_8
This just gives us a manual rerun option.
Diffstat (limited to '')
| -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 }}" |
