Skip to content

Commit

Permalink
Update test_installs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lizliz authored May 20, 2024
1 parent d316f71 commit a82741c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test_installs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -275,4 +278,4 @@ jobs:
run: pip install .
- name: Run tests
run: make tests


0 comments on commit a82741c

Please sign in to comment.