diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 6c558c0..22e889b 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -2,7 +2,7 @@ name: Python Tests on: push: - branches: [ master, dev ] + branches: [ master ] pull_request: branches: [ master ]