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 }}