Skip to content

Commit 7c0e615

Browse files
committed
Update Workflows
1 parent e571bb5 commit 7c0e615

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

.github/workflows/dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: "Dev"
33
on:
44
workflow_dispatch:
55
push:
6-
branches-ignore: [master]
6+
branches-ignore: ["master"]
77
paths:
88
- ".github/workflows/dev.yaml"
99
- ".vitepress/**"

.github/workflows/pages.yaml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,16 @@ name: "Pages"
33
on:
44
workflow_dispatch:
55
push:
6-
branches:
7-
- "master"
6+
branches: ["master"]
87
paths:
9-
- "docs/**"
10-
- ".vitepress/**"
11-
- "package.json"
128
- ".github/workflows/pages.yaml"
9+
- ".vitepress/**"
10+
- "docs/**"
11+
- "package*.json"
1312

1413
env:
1514
CRAWLER_ID: "740ca24d-65fd-4f25-b397-16ebcec2f7fd"
1615

17-
permissions:
18-
contents: read
19-
2016
concurrency:
2117
group: pages
2218
cancel-in-progress: false

0 commit comments

Comments
 (0)