mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-02 00:28:51 +01:00
feat(frontend-review.yml): add support for dev branch in frontend unit tests workflow
This commit is contained in:
parent
46bd04301d
commit
297291c541
1 changed files with 2 additions and 2 deletions
4
.github/workflows/frontend-review.yml
vendored
4
.github/workflows/frontend-review.yml
vendored
|
|
@ -2,9 +2,9 @@
|
|||
name: Frontend Unit Tests
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
branches: [main, dev]
|
||||
pull_request:
|
||||
branches: [main]
|
||||
branches: [main, dev]
|
||||
jobs:
|
||||
tests_frontend:
|
||||
name: Run frontend unit tests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue