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 366e566 commit 1db29edCopy full SHA for 1db29ed
.github/workflows/dev.yaml
@@ -1,14 +1,14 @@
1
name: "Dev"
2
3
on:
4
+ workflow_dispatch:
5
push:
6
branches-ignore: [master]
7
paths:
8
- ".github/workflows/dev.yaml"
9
- ".vitepress/**"
10
- "docs/**"
11
- "package*.json"
- workflow_dispatch:
12
13
env:
14
SSH_HOST: ${{ secrets.DEV_DEPLOY_HOST }}
.github/workflows/pages.yaml
@@ -1,6 +1,7 @@
name: "Pages"
branches:
- "master"
@@ -9,7 +10,6 @@ on:
- "package.json"
- ".github/workflows/pages.yaml"
15
CRAWLER_ID: "740ca24d-65fd-4f25-b397-16ebcec2f7fd"
0 commit comments