From 651474d863e62be5a5ab2d95ce4883aae8b886da Mon Sep 17 00:00:00 2001 From: Clemens Freitag Date: Wed, 15 Oct 2025 14:53:35 +0200 Subject: [PATCH] allow manual trigger --- .github/workflows/preview.yaml | 1 + 1 file changed, 1 insertion(+) 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