[fix] changed to workflow_dispatch (#169)

# PR Checklist
- [ ] Did you check if it works normally in all models? *ignore this
when it dosen't uses models*
- [ ] Did you check if it works normally in all of web, local and node
hosted versions? if it dosen't, did you blocked it in those versions?
- [ ] Did you added a type def?

# Description
This commit is contained in:
kwaroran
2023-06-09 14:01:03 +09:00
committed by GitHub

View File

@@ -1,8 +1,5 @@
name: 'publish'
on:
push:
branches:
- main
on: [workflow_dispatch]
jobs:
publish-tauri: