mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-18 14:34:23 +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:
5
.github/workflows/build-frontend.yml
vendored
5
.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:
|
||||
@@ -39,4 +42,4 @@ jobs:
|
||||
# title: "Update frontend build"
|
||||
# body: "This PR updates the frontend build."
|
||||
# branch: ${{ steps.vars.outputs.branch }}
|
||||
# base: "master"
|
||||
# base: "master"
|
||||
|
||||
Reference in New Issue
Block a user