ci: enable repository_dispatch trigger

This commit is contained in:
Foorack / Max Faxälv
2021-10-28 22:51:44 +02:00
committed by GitHub
parent c8991f4ab9
commit ed45aec710

View File

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