Skip to content

Commit 0c3e38c

Browse files
committed
Add event trigger for manual run of action
1 parent 32eac77 commit 0c3e38c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/s3_upload.yml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name: S3 File Upload
33
on:
44
push:
5+
workflow_dispatch:
56

67
jobs:
78
upload:

0 commit comments

Comments
 (0)