diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4af6d2e..0d9c84e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -5,6 +5,8 @@ on: branches: [ '*' ] pull_request: branches: [ '*' ] + repository_dispatch: + types: [run_tests] jobs: tests: