diff --git a/.github/workflows/Basic Test.yml b/.github/workflows/Basic Test.yml index 4baafac..1ed1f67 100644 --- a/.github/workflows/Basic Test.yml +++ b/.github/workflows/Basic Test.yml @@ -1,13 +1,13 @@ # This workflow will install Python dependencies, run tests and lint with a single version of Python # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python -name:Basic Test +name: Basic Test -on: - push: - branches: [ "main" ] - pull_request: - branches: [ "main" ] +#on: +# push: +# branches: [ "main" ] +# pull_request: +# branches: [ "main" ] permissions: contents: read