From 762257c581c1becacdecee38ac1c8ca5ceceb244 Mon Sep 17 00:00:00 2001 From: estrella Date: Mon, 12 Jun 2023 22:33:43 +0800 Subject: [PATCH] fix: ci problem --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 805ac9b4..c7862e0b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,7 @@ jobs: build-webui: if: > (github.event_name == 'pull_request') || - (github.event_name == 'push' && github.ref_type == 'tag' && (contains(github.ref, 'alpha') || contains(github.ref, 'beta'))) + (github.event_name == 'push' && github.ref_type == 'tag' && (contains(github.ref, 'alpha') || contains(github.ref, 'beta')) runs-on: ubuntu-latest needs: [test] steps: @@ -145,7 +145,7 @@ jobs: release: if: > (github.event_name == 'pull_request' && github.event.pull_request.merged == true) || - (github.event_name == 'push' && contains(github.ref, 'tags'))) + (github.event_name == 'push' && contains(github.ref, 'tags')) runs-on: ubuntu-latest needs: [ build-docker ] steps: