diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cbe1a268..d6474086 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -2,9 +2,9 @@ name: Python tests on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] env: OMP_NUM_THREADS: 2