From 17be4304c1ad3465efa56ae871b74ba3fc3dea3e Mon Sep 17 00:00:00 2001 From: jxxghp Date: Fri, 7 Aug 2026 23:33:20 +0800 Subject: [PATCH] ci: register v3 build workflow --- .github/workflows/build-v3.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/build-v3.yml diff --git a/.github/workflows/build-v3.yml b/.github/workflows/build-v3.yml new file mode 100644 index 000000000..22ca7278b --- /dev/null +++ b/.github/workflows/build-v3.yml @@ -0,0 +1,14 @@ +name: MoviePilot Builder v3 + +on: + workflow_dispatch: + +jobs: + select-v3: + runs-on: ubuntu-latest + steps: + # GitHub 仅从默认分支登记手动工作流;选择 v3 后会加载 v3 分支的完整构建配置。 + - name: Require v3 branch + run: | + echo "::error::请在 Run workflow 中选择 v3 分支" + exit 1