Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ----------------------------------------------------------------------------------------------------------
#
# This is the production continuous integration build github action.
# Activates on any commit to the main branch.
# Activates on any commit to the main branch, or manually from the Actions tab.
#
# ----------------------------------------------------------------------------------------------------------

Expand All @@ -12,6 +12,7 @@
push:
branches:
- main
workflow_dispatch:

env:
AWS_REGION: us-east-1
Expand Down
Loading