From 60d5124cdca621ad060ad4f1e59376c1a41988a0 Mon Sep 17 00:00:00 2001 From: "lane.wei" Date: Wed, 17 Jul 2024 09:00:22 +0800 Subject: [PATCH] ENH: build: turn on build_all Change-Id: I69baf0712a68abe1965075d9fc18825eb23c0ff8 --- .github/workflows/build_all.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_all.yml b/.github/workflows/build_all.yml index e91326282..e53485d8c 100644 --- a/.github/workflows/build_all.yml +++ b/.github/workflows/build_all.yml @@ -15,7 +15,7 @@ on: pull_request: branches: - - main + - master paths: - 'deps/**' - 'src/**' @@ -53,4 +53,4 @@ jobs: os: ${{ matrix.os }} arch: ${{ matrix.arch }} build-deps-only: ${{ inputs.build-deps-only || false }} - secrets: inherit \ No newline at end of file + secrets: inherit