diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml.off similarity index 84% rename from .github/workflows/build.yml rename to .github/workflows/build.yml.off index e292a8f..8af3605 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml.off @@ -1,7 +1,6 @@ name: Build on: - pull_request: push: branches: - main @@ -30,9 +29,7 @@ jobs: - name: 🗃️ Cache Build Artifacts uses: actions/cache@v4 with: - path: | - build - C:\Users\runneradmin\AppData\Local\hatch\env\virtual\ephys-link + path: C:\Users\runneradmin\AppData\Local\hatch\env\virtual\ephys-link key: ${{ runner.os }}-build-${{ hashFiles('pyproject.toml') }} - name: 🔨 Build