diff --git a/.github/workflows/pytest-not-slow.yml b/.github/workflows/pytest-not-slow.yml index 10e2938..a4bfe87 100644 --- a/.github/workflows/pytest-not-slow.yml +++ b/.github/workflows/pytest-not-slow.yml @@ -1,6 +1,8 @@ name: Run pytest for not-slow tests -on: [push] +on: + push: + workflow_dispatch: # This allows us to manually trigger jobs: build: