Skip to content

Commit

Permalink
build: Test PR (#12)
Browse files Browse the repository at this point in the history
* build: Test PR

* build: Test PR

* build: Test PR

* Add new wheel file

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
kajanan1212 and github-actions[bot] authored May 23, 2024
1 parent 7b29ef8 commit 1fac3d6
Show file tree
Hide file tree
Showing 2 changed files 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") || contains(github.event.pull_request.body, "build")
if: "contains(github.event.pull_request.title, 'build:')"
runs-on: ubuntu-latest

steps:
Expand Down
Binary file added wheel_files/gps2gtfs-0.1.1rc1-py3-none-any.whl
Binary file not shown.

0 comments on commit 1fac3d6

Please sign in to comment.