diff options
author | Ryo Nakamura <upa@haeena.net> | 2022-11-26 00:21:06 +0900 |
---|---|---|
committer | Ryo Nakamura <upa@haeena.net> | 2022-11-26 00:21:06 +0900 |
commit | 392ffc0d0e1595599056cef1fc49079a9e4ec67b (patch) | |
tree | 01b35bd642eba7e1738e046d4167dc5f9b1b910f /.github | |
parent | 612c3c41d4d9836984f9c4aa56093c1ac9143d2d (diff) |
add workflow_dispatch to release.yml
Diffstat (limited to '.github')
-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 f8be98e..0608eeb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,6 +4,7 @@ on: push: tags: - "v*.*.*" + workflow_dispatch: env: BUILD_TYPE: Release |