We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e571bb5 commit 7c0e615Copy full SHA for 7c0e615
.github/workflows/dev.yaml
@@ -3,7 +3,7 @@ name: "Dev"
3
on:
4
workflow_dispatch:
5
push:
6
- branches-ignore: [master]
+ branches-ignore: ["master"]
7
paths:
8
- ".github/workflows/dev.yaml"
9
- ".vitepress/**"
.github/workflows/pages.yaml
@@ -3,20 +3,16 @@ name: "Pages"
- branches:
- - "master"
+ branches: ["master"]
- - "docs/**"
10
- - ".vitepress/**"
11
- - "package.json"
12
- ".github/workflows/pages.yaml"
+ - ".vitepress/**"
+ - "docs/**"
+ - "package*.json"
13
14
env:
15
CRAWLER_ID: "740ca24d-65fd-4f25-b397-16ebcec2f7fd"
16
17
-permissions:
18
- contents: read
19
-
20
concurrency:
21
group: pages
22
cancel-in-progress: false
0 commit comments