diff --git a/.github/workflows/preview.yaml b/.github/workflows/preview.yaml index ce2057c..46013bf 100644 --- a/.github/workflows/preview.yaml +++ b/.github/workflows/preview.yaml @@ -1,6 +1,7 @@ name: Create Codesphere Workspace on PR on: + workflow_dispatch: # Allows manual triggering of the workflow from the Actions tab pull_request: types: [opened, reopened, synchronize] # Triggers when a PR is opened, reopened, or new commits are pushed to it