Skip to content

feat(ci): auto release #25

feat(ci): auto release

feat(ci): auto release #25

Workflow file for this run

name: CI Pipeline
on:
push:
branches:
- main # 指定触发事件的分支,这里是 main 分支
jobs:
run-makefile:
uses: ./.github/workflows/run-makefile.yaml
build-and-push:
needs: [ run-makefile ]
uses: ./.github/workflows/docker-publish.yaml
secrets: inherit