diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 7475e3f8..e8ad3584 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -6,7 +6,8 @@ on: - main tags: - "v*" # Push events to matching v*, i.e. v1.0, v20.15.10 - pull_request: + pull_request: null + workflow_dispatch: null jobs: test: