From 188305800873f90a2bd6904d5be77e126beca1c5 Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Sat, 25 Nov 2023 13:55:24 +0800 Subject: [PATCH] chore: set pre-release condition to be event_name == push --- .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 8ec1289..db0bbb8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -127,7 +127,7 @@ jobs: path: tabby_${{ matrix.target }} pre-release: - if: github.event_name != 'pull_request' + if: github.event_name == 'push' needs: release-binary runs-on: ubuntu-latest permissions: