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: 3 additions & 0 deletions .github/workflows/cwbi-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ name: Build/Push UI to Dev, Test, or Prod
on:
push:
branches: [cwbi-dev, cwbi-test, cwbi-prod]
paths-ignore:
- '.github/workflows/**'

# Allow the workflow to be triggered manually from the GitHub UI
workflow_dispatch:

Expand Down