Skip to content

Commit a6c3b50

Browse files
Merge pull request #41 from apex-enterprise-patterns/workflow-dispatch-GH-event
Adds workflow_dispatch to the GH workflow so that we can force a buil…
2 parents cf11231 + c8d47fe commit a6c3b50

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.and.test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: Create a Scratch Org, Push Source and Run Apex Tests
33
on:
44
push:
55
pull_request_target:
6-
6+
workflow_dispatch:
7+
78
jobs:
89
build:
910

0 commit comments

Comments
 (0)