mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-17 16:05:32 +01:00
Change prepare script to not run in CI mode and remove --ignore-scripts flag from workflow (#491)
* Change prepare script to not run in CI mode and remove --ignore-scripts flag from workflow * add release/* to branches for workflows
This commit is contained in:
parent
ee52533339
commit
2003480fed
3 changed files with 18 additions and 6 deletions
10
.github/workflows/frontend-review.yml
vendored
10
.github/workflows/frontend-review.yml
vendored
|
|
@ -2,9 +2,15 @@
|
|||
name: Frontend Unit Tests
|
||||
on:
|
||||
push:
|
||||
branches: [main, dev]
|
||||
branches:
|
||||
- main
|
||||
- dev
|
||||
- release/*
|
||||
pull_request:
|
||||
branches: [main, dev]
|
||||
branches:
|
||||
- main
|
||||
- dev
|
||||
- release/*
|
||||
jobs:
|
||||
tests_frontend:
|
||||
name: Run frontend unit tests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue