Skip to content

Commit 9052d73

Browse files
committed
Change action to main branch
1 parent bc8d44f commit 9052d73

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
@@ -2,9 +2,9 @@ name: Deploy to GitHub Pages
22

33
on:
44
push:
5-
branches: [new-website]
5+
branches: [main]
66
pull_request:
7-
branches: [new-website]
7+
branches: [main]
88

99
# Allows you to run this workflow manually from the Actions tab
1010
workflow_dispatch:

0 commit comments

Comments
 (0)