mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-19 06:54:22 +01:00
Frontend ci (#5579)
* Fix agbenchmark client Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com> * Add frontend ci --------- Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>
This commit is contained in:
3
.github/workflows/build-frontend.yml
vendored
3
.github/workflows/build-frontend.yml
vendored
@@ -1,10 +1,13 @@
|
||||
name: Build and Commit Frontend
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- 'ci-test*' # This will match any branch that starts with "ci-test"
|
||||
paths:
|
||||
- 'frontend/**'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
permissions:
|
||||
|
||||
Reference in New Issue
Block a user