Skip to content

Commit f2d66cb

Browse files
committed
add deploy website action when plugins.json is modified
1 parent e9a8156 commit f2d66cb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/website-deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: Deploy Website
22

33
on:
44
push:
5-
branches: [ add_deploy_trigger ]
5+
branches: [ plugin_api_v2 ]
6+
paths:
7+
- 'plugins.json'
68
workflow_dispatch:
79

810
jobs:

0 commit comments

Comments
 (0)