mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-01 18:28:59 +01:00
Set testdriver to not run on unnecessary pushes (#1267)
This commit is contained in:
parent
3e11450374
commit
28d95878eb
9
.github/workflows/testdriver.yml
vendored
9
.github/workflows/testdriver.yml
vendored
@ -9,6 +9,15 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
paths-ignore:
|
||||||
|
- "docs/**"
|
||||||
|
- ".storybook/**"
|
||||||
|
- ".vscode/**"
|
||||||
|
- ".editorconfig"
|
||||||
|
- ".gitignore"
|
||||||
|
- ".prettierrc"
|
||||||
|
- ".eslintrc.js"
|
||||||
|
- "**/*.md"
|
||||||
schedule:
|
schedule:
|
||||||
- cron: 0 21 * * *
|
- cron: 0 21 * * *
|
||||||
workflow_dispatch: null
|
workflow_dispatch: null
|
||||||
|
Loading…
Reference in New Issue
Block a user