From ed45aec71088b95908c1ea4d533405df14db5db3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Foorack=20/=20Max=20Fax=C3=A4lv?= Date: Thu, 28 Oct 2021 22:51:44 +0200 Subject: [PATCH] ci: enable repository_dispatch trigger --- .github/workflows/ci.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4e9ea24..c0fd1bb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,7 +1,7 @@ -#on: -# repository_dispatch: -# types: [spec_release] -on: push +on: + repository_dispatch: + types: [spec_release] +#on: push name: Generate VRChat API SDK @@ -51,4 +51,4 @@ jobs: - name: Deploy to Crates.io uses: katyo/publish-crates@v1 with: - registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }} \ No newline at end of file + registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}