diff options
| author | Fuwn <[email protected]> | 2022-02-08 17:49:25 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-06-09 00:46:07 -0700 |
| commit | b661d81dbee78a814b60b50e7718c8876c91dcf9 (patch) | |
| tree | fec4c5365c2dc8eb1b5796bd4cb50dac0d53499f | |
| parent | ci(rust.yaml): enable on workflow_dispatch (diff) | |
| download | archived-divina-b661d81dbee78a814b60b50e7718c8876c91dcf9.tar.xz archived-divina-b661d81dbee78a814b60b50e7718c8876c91dcf9.zip | |
ci(release.yaml): enable on workflow_dispatch
| -rw-r--r-- | .github/workflows/release.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 65f896f..86d1898 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,6 +1,7 @@ name: Release ⚾ on: + workflow_dispatch: push: tags: - '*' |