commit d8aba5c6c450a26ed3f69982d7e076bfd7716372 parent a4c187fd200dc243eb2e8717b23e697119592069 Author: Steven Atkinson <steven@atkinson.mn> Date: Sun, 7 May 2023 16:09:01 -0700 Update release-native.yml Allow making release on workflow dispatch Diffstat:
M | .github/workflows/release-native.yml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/release-native.yml b/.github/workflows/release-native.yml @@ -1,7 +1,7 @@ name: Release Native on: - # workflow_dispatch + workflow_dispatch: push: tags: - "v*"