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 28f7624 commit 1bb28caCopy full SHA for 1bb28ca
.github/workflows/dev.yaml
@@ -3,6 +3,7 @@ name: "Dev"
3
on:
4
workflow_dispatch:
5
push:
6
+ #branches-ignore: ["master"]
7
paths:
8
- ".github/workflows/dev.yaml"
9
- ".vitepress/**"
.github/workflows/pages.yaml
@@ -3,20 +3,16 @@ name: "Pages"
#push:
- # branches:
- # - "master"
+ # branches: ["master"]
# paths:
- # - "docs/**"
10
- # - ".vitepress/**"
11
- # - "package.json"
12
# - ".github/workflows/pages.yaml"
+ # - ".vitepress/**"
+ # - "docs/**"
+ # - "package*.json"
13
14
env:
15
CRAWLER_ID: "7a46f2b7-7169-4936-986d-21391c3134d4"
16
17
-permissions:
18
- contents: read
19
-
20
concurrency:
21
group: pages
22
cancel-in-progress: false
0 commit comments