diff --git a/.github/workflows/build-frontend.yml b/.github/workflows/build-frontend.yml index 70e9d2c1..b29407e5 100644 --- a/.github/workflows/build-frontend.yml +++ b/.github/workflows/build-frontend.yml @@ -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" \ No newline at end of file + # base: "master"