Skip to content

Commit

Permalink
build: Test PR
Browse files Browse the repository at this point in the history
  • Loading branch information
kajanan1212 committed May 23, 2024
1 parent fac068c commit 36f2461
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheel-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Build Wheel on PR

on:
pull_request:
types: [opened, synchronize]
types: [opened, synchronize, edited, reopened]

jobs:
build:
if: contains(github.event.pull_request.title, "build")
if: ${{ contains(github.event.pull_request.title, "build:") }}
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 36f2461

Please sign in to comment.