Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit 58cc614

Browse files
committed
Update workflow name and adjust branch triggers for deployment
1 parent a54b1c0 commit 58cc614

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
name: Deploy to S3 and CloudFront
1+
name: Beejho Backend
22

33
on:
44
push:
5-
branches: [main]
5+
branches:
6+
- main
7+
- stage
8+
- '*' # Matches all other branches (dev branches)
69

710
jobs:
811
deploy_certificate_stack:

0 commit comments

Comments
 (0)