diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5798bd8b1..3751cf39d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,7 +2,9 @@ name: Py 3.7 3.8, 3.9 | Windows Mac Linux on: push: - branches: [master] + branches: + - master + - Develop pull_request: branches: - master