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
4 changes: 2 additions & 2 deletions .github/workflows/build-deploy-ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Build & Deploy ECS
on:
push:
branches:
# Automatically build master and staging. Additional branches may be added.
- master
# Automatically build main and staging. Additional branches may be added.
- main
- staging
workflow_dispatch:
# Allows manual build and deploy of any branch/ref
Expand Down