Skip to content

Commit 1db29ed

Browse files
committed
Update Workflows
1 parent 366e566 commit 1db29ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dev.yaml

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

33
on:
4+
workflow_dispatch:
45
push:
56
branches-ignore: [master]
67
paths:
78
- ".github/workflows/dev.yaml"
89
- ".vitepress/**"
910
- "docs/**"
1011
- "package*.json"
11-
workflow_dispatch:
1212

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

.github/workflows/pages.yaml

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

33
on:
4+
workflow_dispatch:
45
push:
56
branches:
67
- "master"
@@ -9,7 +10,6 @@ on:
910
- ".vitepress/**"
1011
- "package.json"
1112
- ".github/workflows/pages.yaml"
12-
workflow_dispatch:
1313

1414
env:
1515
CRAWLER_ID: "740ca24d-65fd-4f25-b397-16ebcec2f7fd"

0 commit comments

Comments
 (0)