Skip to content

同步编排流程

同步编排流程 #6

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