diff --git a/.github/workflows/cwbi-build-push.yml b/.github/workflows/cwbi-build-push.yml index 81039b8..1af89d7 100644 --- a/.github/workflows/cwbi-build-push.yml +++ b/.github/workflows/cwbi-build-push.yml @@ -4,7 +4,7 @@ name: Build/Push UI to Dev, Test, or Prod # Controls when the action will run. Invokes the workflow on push events but only for the main branch on: push: - branches: [cwbi-dev, cwbi-test] # cwbi-prod + branches: [cwbi-dev, cwbi-test, cwbi-prod] # Allow the workflow to be triggered manually from the GitHub UI workflow_dispatch: