Set testdriver to not run on unnecessary pushes (#1267)

This commit is contained in:
Evan Simkowitz 2024-11-11 16:06:16 -08:00 committed by GitHub
parent 3e11450374
commit 28d95878eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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