Skip to content

Commit

Permalink
run tests in PRs/pushes to main
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertDominguez committed Oct 15, 2024
1 parent 2c66eea commit 9fbaa5a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,13 @@ name: tests
on:
push:
branches:
- main
- wheels
release:
types:
- published
pull_request:
branches: [ "main" ]

jobs:
build_wheels:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ on:
release:
types:
- published
pull_request:
branches: [ "main" ]
# pull_request:
# branches: [ "main" ]

env:
# Use docker.io for Docker Hub if empty
Expand Down

0 comments on commit 9fbaa5a

Please sign in to comment.