Skip to content

Commit 4a8d233

Browse files
committed
change target branch to new-website
1 parent d2601ae commit 4a8d233

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy to GitHub Pages
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [new-website]
66
paths: [website/**]
77

88
jobs:

.github/workflows/test-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Test deployment
22

33
on:
44
pull_request:
5-
branches: [main]
5+
branches: [new-website]
66
paths: [website/**]
77

88
jobs:

0 commit comments

Comments
 (0)