From 4de382e904a0e7ace2cb23a4de6f1956f0772809 Mon Sep 17 00:00:00 2001 From: Clemens Freitag Date: Wed, 15 Oct 2025 17:17:31 +0200 Subject: [PATCH] revert manual dispatch --- .github/workflows/preview.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/preview.yaml b/.github/workflows/preview.yaml index 2a968a5..dbddd93 100644 --- a/.github/workflows/preview.yaml +++ b/.github/workflows/preview.yaml @@ -1,7 +1,6 @@ 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