From 1dc19d0f7c7484429b4a434d791fe5f0c090030c Mon Sep 17 00:00:00 2001 From: Kajanan Selvanesan Date: Thu, 23 May 2024 22:53:49 +0530 Subject: [PATCH] Update --- .github/workflows/wheel-builder.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheel-builder.yml b/.github/workflows/wheel-builder.yml index afdfeda..c286a09 100644 --- a/.github/workflows/wheel-builder.yml +++ b/.github/workflows/wheel-builder.yml @@ -6,7 +6,7 @@ on: jobs: build: - if: contains(github.event.head_commit.message, '[build]') + if: contains(github.event.pull_request.title, "build") || contains(github.event.pull_request.body, "build") runs-on: ubuntu-latest steps: