Skip to content

Commit 4b58391

Browse files
author
Hudson Xing
committed
Add unit test and e2e test placeholders to build workflow
1 parent eee55fe commit 4b58391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
# Use the branch from the manual input.
6767
branch: ${{ github.event.inputs.source_branch }}
6868
# Tell the action to look for artifacts created by a 'pull_request' event.
69-
event: pull_request
69+
event: push
7070
allow_forks: true
7171
# We use a wildcard (*) because the artifact name from the build workflow
7272
# contains a dynamic commit SHA.

0 commit comments

Comments
 (0)