From 056f6b3aae9b7b1f29e8137f837de0cdd88f2b44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Ram=C3=ADrez-Mondrag=C3=B3n?= Date: Sat, 13 Jul 2024 12:09:56 -0600 Subject: [PATCH] Test on push --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2308ca83..0c65532a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: Build and Test on: push: - branches: [main] + # branches: [main] pull_request: branches: [main] paths-ignore: @@ -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