diff --git a/.github/workflows/test_installs.yml b/.github/workflows/test_installs.yml index 9bcc6e89..77f0b345 100644 --- a/.github/workflows/test_installs.yml +++ b/.github/workflows/test_installs.yml @@ -5,6 +5,9 @@ on: # Triggers the workflow on push or pull request events but only for the "test_release" branch push: branches: [ "test_release" ] + pull_request: + branches: [ "master" ] + # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -275,4 +278,4 @@ jobs: run: pip install . - name: Run tests run: make tests - \ No newline at end of file +