Skip to content

Feature: 修改数据管理的接口url #16

Feature: 修改数据管理的接口url

Feature: 修改数据管理的接口url #16

name: Backend Docker Image CI
on:
push:
branches: [ "develop_930" ]
paths:
- 'backend/**'
- 'scripts/images/backend/**'
- '.github/workflows/docker-image-backend.yml'
pull_request:
branches: [ "develop_930" ]
paths:
- 'backend/**'
- 'scripts/images/backend/**'
- '.github/workflows/docker-image-backend.yml'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the Backend Docker image
run: make build-backend