From dc8511bc1ec39b019de0c630524628c82c8f7d2e Mon Sep 17 00:00:00 2001 From: David Minton Date: Fri, 1 Mar 2024 16:59:30 -0500 Subject: [PATCH] Updated the gitmodules and switched to building wheels when pushing to the master branch --- .github/workflows/build_wheels.yml | 5 +++-- .gitmodules | 3 --- 2 files changed, 3 insertions(+), 5 deletions(-) delete mode 100644 .gitmodules diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index a607e1741..21b8aac6b 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -1,8 +1,9 @@ name: swiftest on: - release: - types: [published] + push: + branches: + - master jobs: build_wheels: diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 83fc36326..000000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "SHTOOLS"] - path = SHTOOLS - url = https://github.com/profminton/SHTOOLS