diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index d304b14..049860e 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -5,9 +5,9 @@ name: Python Build and Lint on: push: - branches: [ chore/dependencies ] + branches: [ main ] pull_request: - branches: [ chore/dependencies ] + branches: [ main ] jobs: build: