Skip to content

Commit 1bb28ca

Browse files
committed
Update Workflows
1 parent 28f7624 commit 1bb28ca

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

.github/workflows/dev.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: "Dev"
33
on:
44
workflow_dispatch:
55
push:
6+
#branches-ignore: ["master"]
67
paths:
78
- ".github/workflows/dev.yaml"
89
- ".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: "7a46f2b7-7169-4936-986d-21391c3134d4"
1615

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

0 commit comments

Comments
 (0)