Skip to content

Commit f87a0e9

Browse files
committed
cicd(homepage): deploy on main branch only
1 parent ed91f97 commit f87a0e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/homepage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy Homepage
22
on:
33
push:
44
branches:
5-
- docs/homepage # TODO change to main later
5+
- main
66

77
jobs:
88
build:

0 commit comments

Comments
 (0)