Skip to content

Commit 4eee00b

Browse files
committed
fix: Fixing target branch for build
1 parent 0ea5453 commit 4eee00b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-page.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Deploy example sheet to GitHub Pages
44
on:
55
# Runs on pushes targeting the default branch
66
push:
7-
branches: [master]
7+
branches: [main]
88
release:
99
types: [created]
1010
pull_request:

0 commit comments

Comments
 (0)