Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* Fix agbenchmark client

Signed-off-by: Merwane Hamadi <[email protected]>

* Add frontend ci

---------

Signed-off-by: Merwane Hamadi <[email protected]>
  • Loading branch information
waynehamadi authored Oct 6, 2023
1 parent 1d80969 commit a7c11a9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-frontend.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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"

0 comments on commit a7c11a9

Please sign in to comment.