ci: auto-trigger plugin publishing on main branch push
This commit is contained in:
5
.github/workflows/publish_plugin.yml
vendored
5
.github/workflows/publish_plugin.yml
vendored
@@ -1,6 +1,11 @@
|
|||||||
name: Publish Plugins to OpenWebUI Market
|
name: Publish Plugins to OpenWebUI Market
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
paths:
|
||||||
|
- 'plugins/**/*.py'
|
||||||
release:
|
release:
|
||||||
types: [published]
|
types: [published]
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|||||||
Reference in New Issue
Block a user