From 65833349705889e39a4511b470595353fd87c593 Mon Sep 17 00:00:00 2001 From: Gauthier Date: Mon, 13 Feb 2023 14:28:37 +0800 Subject: [PATCH] ci: fix workflow file --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e5d76187..f9d29d35 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,7 @@ jobs: name: Semantic Release runs-on: ubuntu-latest needs: [ test, webui ] - if: ${{ github.event_name == 'workflow_dispatch' && && github.ref == 'refs/heads/master' }} + if: ${{ github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/master' }} steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3