diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9e236534ae37707..78f8b48c9f0bd6c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,13 +6,13 @@ name: Tests on: workflow_dispatch: push: - branches: - - 'main' - - '3.12' - - '3.11' - - '3.10' - - '3.9' - - '3.8' +# branches: +# - 'main' +# - '3.12' +# - '3.11' +# - '3.10' +# - '3.9' +# - '3.8' pull_request: branches: - 'main'