We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7ecfdf1 + 651474d commit 9ab4e2dCopy full SHA for 9ab4e2d
.github/workflows/preview.yaml
@@ -1,6 +1,7 @@
1
name: Create Codesphere Workspace on PR
2
3
on:
4
+ workflow_dispatch: # Allows manual triggering of the workflow from the Actions tab
5
pull_request:
6
types: [opened, reopened, synchronize] # Triggers when a PR is opened, reopened, or new commits are pushed to it
7
0 commit comments