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:
parent
55f3b8abb1
commit
d3ed78575d
9
.github/workflows/frontend-build-check.yaml
vendored
9
.github/workflows/frontend-build-check.yaml
vendored
@ -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/**'
|
||||
|
Loading…
Reference in New Issue
Block a user