chore: Revert frontend build check trigger (#2071)

Reverts `push` trigger added to frontend build check in
99ed08656a
now that we require PRs to merge.
This commit is contained in:
sua yoo 2024-09-10 16:44:36 -07:00 committed by GitHub
parent 55f3b8abb1
commit d3ed78575d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,14 +1,5 @@
name: Frontend Build Check
on:
push:
branches:
- main
paths:
- 'frontend/src/**'
- 'frontend/*.json'
- 'frontend/*.js'
- 'frontend/*.ts'
- '.github/workflows/frontend-build-check.yaml'
pull_request:
paths:
- 'frontend/src/**'