Skip to content

Commit

Permalink
Test on push
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Jul 13, 2024
1 parent ca4ebf0 commit 056f6b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build and Test

on:
push:
branches: [main]
# branches: [main]
pull_request:
branches: [main]
paths-ignore:
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
echo "CIBW_SKIP=${CIBW_SKIP} *-musllinux_* cp38-*_aarch64 cp39-*_aarch64 cp311-*_aarch64 cp312-*_aarch64 cp313-*_aarch64" >> $GITHUB_ENV
- name: Build & Test Wheels
uses: pypa/cibuildwheel@v2.19.2
uses: pypa/cibuildwheel@de84624d7075abbe3704bbe343d17f3bc85c9cb8

- name: Upload artifact
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 056f6b3

Please sign in to comment.