diff --git a/.github/workflows/build_docs.yml b/.github/workflows/build_docs.yml index ca6ec566..37e5e1b8 100644 --- a/.github/workflows/build_docs.yml +++ b/.github/workflows/build_docs.yml @@ -25,7 +25,6 @@ jobs: - name: Install dependencies run: | pip install jupyter-book - cd CellSeg3D pip install -e . # Build the book diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index e5a2cc13..406bf4f5 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -7,7 +7,6 @@ on: push: branches: - main - - cy/wnet-train tags: - "v*" # Push events to matching v*, i.e. v1.0, v20.15.10 pull_request: