Skip to content

Commit c7e390d

Browse files
committed
chore: update GitHub Actions workflow to streamline branch specification by removing spaces in branch name
1 parent d693694 commit c7e390d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy to EC2 Production
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [main]
66
paths-ignore:
77
- README.md
88
- readme.md

0 commit comments

Comments
 (0)