Skip to content

算子市场列表查询 #12

算子市场列表查询

算子市场列表查询 #12

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