Skip to content

Commit 3e062da

Browse files
committed
chore(deploy.yml): Update workflow name and branch for deployment
- Changed workflow name to 'Build and Deploy to Server' for clarity. - Updated the branch from 'dev' to 'main' to align with the primary deployment branch.
1 parent 3ebedb2 commit 3e062da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: Build and Deploy
1+
name: Build and Deploy to Server
22

33
on:
44
push:
55
branches:
6-
- dev
6+
- main
77

88
jobs:
99
deploy:

0 commit comments

Comments
 (0)