From e6ed5bf0464ce20d819ecb4b81cf8af8871eeb75 Mon Sep 17 00:00:00 2001 From: Aries Date: Wed, 14 Feb 2024 05:22:55 -0700 Subject: [PATCH] fix: support manual rebuild --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 13db9ab..b992355 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,6 +1,7 @@ on: repository_dispatch: types: [spec_release] + workflow_dispatch: #on: push name: Generate VRChat API SDK