Skip to content

Commit 62d0c23

Browse files
enable manual triggering for main build (#222)
*Description of changes:* Enable manual triggering for main build so that `Run workflow` button shows up under `Actions` tab for the workflow. *Reference* https://docs.github.com/en/actions/how-tos/managing-workflow-runs-and-deployments/managing-workflow-runs/manually-running-a-workflow By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
1 parent 5fac11c commit 62d0c23

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
@@ -5,6 +5,7 @@ on:
55
branches:
66
- main
77
- "release/v*"
8+
workflow_dispatch:
89

910
env:
1011
AWS_DEFAULT_REGION: us-east-1

0 commit comments

Comments
 (0)