Skip to content

Commit

Permalink
chore(ci): run tests and build wheels on all pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
fdintino committed Jul 1, 2024
1 parent aa7ac7f commit ffeb2ef
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ name: Test
on:
pull_request:
push:
branches:
- main
tags:
- '*'
jobs:
build:

Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ name: Wheels
on:
pull_request:
push:
branches:
- main
tags:
- '*'
env:
REPO_DIR: pillow-avif-plugin
BUILD_DEPENDS: ""
Expand Down

0 comments on commit ffeb2ef

Please sign in to comment.