diff --git a/.github/workflows/common_tests.yml b/.github/workflows/common_tests.yml index 92568ac..2b56abe 100644 --- a/.github/workflows/common_tests.yml +++ b/.github/workflows/common_tests.yml @@ -1,5 +1,5 @@ name: Run tests -on: [pull_request] +on: [pull_request,workflow_dispatch] jobs: CommonTests: strategy: @@ -20,4 +20,4 @@ jobs: run: | Import-Module Pester Import-Module Assert - Invoke-Pester -EnableExit \ No newline at end of file + Invoke-Pester -EnableExit