mirror of
https://github.com/mii443/vrchatapi-rust.git
synced 2025-08-22 15:45:35 +00:00
ci: enable repository_dispatch trigger
This commit is contained in:
committed by
GitHub
parent
c8991f4ab9
commit
ed45aec710
10
.github/workflows/ci.yaml
vendored
10
.github/workflows/ci.yaml
vendored
@ -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 }}
|
||||
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
|
||||
|
Reference in New Issue
Block a user