mirror of
https://github.com/l10n-dev/obsidian-plugin-ai-translator.git
synced 2026-07-22 06:56:27 +00:00
Enable the manual trigger button to run workflow (#11)
This commit is contained in:
parent
789678b246
commit
c11592fc81
1 changed files with 1 additions and 0 deletions
1
.github/workflows/publish.yaml
vendored
1
.github/workflows/publish.yaml
vendored
|
|
@ -1,6 +1,7 @@
|
|||
name: Publish release
|
||||
|
||||
on:
|
||||
workflow_dispatch: # This enables the manual trigger button
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
|
|
|||
Loading…
Reference in a new issue