This commit is contained in:
Scott Lepper 2025-03-27 14:44:57 -04:00 committed by GitHub
parent a262da532e
commit 488581fcc1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 6 deletions

View File

@ -6,16 +6,16 @@ on:
branches: branches:
- main - main
paths: paths:
- public/app/features/search/**/*.ts - public/app/features/search/**/*.ts
- public/app/features/search/**/*.tsx - public/app/features/search/**/*.tsx
- pkg/storage/**/*.go - pkg/storage/**/*.go
pull_request: pull_request:
branches: branches:
- main - main
paths: paths:
- public/app/features/search/**/*.ts - public/app/features/search/**/*.ts
- public/app/features/search/**/*.tsx - public/app/features/search/**/*.tsx
- pkg/storage/**/*.go - pkg/storage/**/*.go
env: env:
ARCH: linux-amd64 ARCH: linux-amd64