Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
kajanan1212 committed May 23, 2024
1 parent b5a5c7d commit 1dc19d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheel-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1dc19d0

Please sign in to comment.