Skip to content

Commit 20528b1

Browse files
authored
Update website-deploy.yml
1 parent cdc2752 commit 20528b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/website-deploy.yml

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

33
on:
44
push:
5-
branches: [ plugin_api_v2, add_deploy_trigger ] # <======
6-
# paths:
7-
# - 'plugins.json'
5+
branches: [ plugin_api_v2 ]
6+
paths:
7+
- 'plugins.json'
88
workflow_dispatch:
99

1010
jobs:

0 commit comments

Comments
 (0)