Skip to content

Commit 9ab4e2d

Browse files
Merge pull request #3 from codesphere-cloud/clemens/workflow-dispatch
chore(ci): allow manual trigger
2 parents 7ecfdf1 + 651474d commit 9ab4e2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/preview.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Create Codesphere Workspace on PR
22

33
on:
4+
workflow_dispatch: # Allows manual triggering of the workflow from the Actions tab
45
pull_request:
56
types: [opened, reopened, synchronize] # Triggers when a PR is opened, reopened, or new commits are pushed to it
67

0 commit comments

Comments
 (0)