Set testdriver to not run on unnecessary pushes ()

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