Skip to content

Commit 2a46bec

Browse files
authored
Update gh-pages.yml
1 parent 623c721 commit 2a46bec

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/gh-pages.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: Deploy Vue3+Typescript to Pages
22

33
on:
44
push:
5-
branches: [$default-branch]
5+
branches:
6+
- main
67

78
workflow_dispatch:
89

@@ -44,4 +45,4 @@ jobs:
4445
steps:
4546
- name: Deploy to GitHub Pages
4647
id: deployment
47-
uses: actions/deploy-pages@v4
48+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)