diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 64c5671..afb03f5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,6 +5,8 @@ on: branches: [ "main" ] pull_request: branches: [ "main" ] + repository_dispatch: + types: [ platform-released ] jobs: unit-tests: