Skip to content

Commit 6f82665

Browse files
committed
Update Workflows
1 parent 8a9446c commit 6f82665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: "Dev"
22

33
on:
4+
workflow_dispatch:
45
push:
56
paths:
67
- ".github/workflows/dev.yaml"
78
- ".vitepress/**"
89
- "docs/**"
910
- "package*.json"
10-
workflow_dispatch:
1111

1212
env:
1313
SSH_HOST: ${{ secrets.DEV_DEPLOY_HOST }}

0 commit comments

Comments
 (0)