mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-21 16:38:23 +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:
|
||||
branches:
|
||||
- main
|
||||
paths-ignore:
|
||||
- "docs/**"
|
||||
- ".storybook/**"
|
||||
- ".vscode/**"
|
||||
- ".editorconfig"
|
||||
- ".gitignore"
|
||||
- ".prettierrc"
|
||||
- ".eslintrc.js"
|
||||
- "**/*.md"
|
||||
schedule:
|
||||
- cron: 0 21 * * *
|
||||
workflow_dispatch: null
|
||||
|
Loading…
Reference in New Issue
Block a user