Skip to content

Commit

Permalink
allow worflow to be triggered from gh web ui
Browse files Browse the repository at this point in the history
  • Loading branch information
adamscarberry committed Dec 4, 2024
1 parent 8c204be commit 962c076
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cwbi-dev-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ name: Build UI, Push to AWS Dev S3
on:
push:
branches: [cwbi-dev]
# Allow the workflow to be triggered manually from the GitHub UI
workflow_dispatch:

env:
AWS_REGION: aws-us-gov #Change to reflect your Region
Expand Down

0 comments on commit 962c076

Please sign in to comment.