[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:
5
.github/workflows/github-actions-builder.yml
vendored
5
.github/workflows/github-actions-builder.yml
vendored
@@ -1,8 +1,5 @@
|
|||||||
name: 'publish'
|
name: 'publish'
|
||||||
on:
|
on: [workflow_dispatch]
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
publish-tauri:
|
publish-tauri:
|
||||||
|
|||||||
Reference in New Issue
Block a user