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: on:
# repository_dispatch: repository_dispatch:
# types: [spec_release] types: [spec_release]
on: push #on: push
name: Generate VRChat API SDK name: Generate VRChat API SDK
@ -51,4 +51,4 @@ jobs:
- name: Deploy to Crates.io - name: Deploy to Crates.io
uses: katyo/publish-crates@v1 uses: katyo/publish-crates@v1
with: with:
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }} registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}