Skip to content

Rename workflow and update build step #1

Rename workflow and update build step

Rename workflow and update build step #1

Workflow file for this run

name: frontend
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: make front