Skip to content

Commit

Permalink
ci: Tidy-up wheel.yml
Browse files Browse the repository at this point in the history
Addresses minor suggestions made by Larry

Signed-off-by: zachlewis <[email protected]>
  • Loading branch information
zachlewis authored Jan 20, 2025
1 parent b52b9a2 commit 1da442a
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,17 @@ permissions:

on:
push:
# Workflow run on tags for v2.6 and v3 only.
# Workflow run on tags for v3 only.
tags:
- v2.6.*
- v3.*
pull_request:
# Workflow run on pull_request only when related files change.
branches-ignore:
- dev-*
- lg-*
- rtd
- sonar-1
paths:
- .github/workflows/wheel.yml
- pyproject.toml
- src/python/OpenImageIO/*.py
- src/python/OpenImageIO/*.h
- src/python/OpenImageIO/*.cpp
- src/cmake/pythonutils.cmake
schedule:
# Nightly build
Expand Down

0 comments on commit 1da442a

Please sign in to comment.