Skip to content

Commit fbeaff8

Browse files
authored
Update main-build.yml (#1217)
Adding workflow_dispatch for manual run option. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 8ad0b24 commit fbeaff8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
branches:
55
- main
66
- "release/v*"
7+
workflow_dispatch: # be able to run the workflow on demand
78
env:
89
AWS_DEFAULT_REGION: us-east-1
910
STAGING_ECR_REGISTRY: 611364707713.dkr.ecr.us-west-2.amazonaws.com

0 commit comments

Comments
 (0)