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

Commit 26bc39c

Browse files
committed
Fix github action
1 parent db3745a commit 26bc39c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build production site
33

44
on:
55
push:
6-
branches: [main]
6+
branches: [master]
77

88
jobs:
99
dispatch:

0 commit comments

Comments
 (0)