Skip to content

Commit 38c49c5

Browse files
committed
CI: change master to main
1 parent a785ed6 commit 38c49c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
push:
33
branches:
4-
- master
4+
- main
55
pull_request:
66
branches:
77
- "**"
@@ -30,10 +30,10 @@ jobs:
3030
path: build/
3131
if-no-files-found: error
3232
- name: Deploy
33-
if: ${{ github.ref == 'refs/heads/master'}}
33+
if: ${{ github.ref == 'refs/heads/main'}}
3434
uses: JamesIves/github-pages-deploy-action@master
3535
env:
3636
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37-
BASE_BRANCH: master # The branch the action should deploy from.
37+
BASE_BRANCH: main # The branch the action should deploy from.
3838
BRANCH: gh-pages # The branch the action should deploy to.
3939
FOLDER: build

0 commit comments

Comments
 (0)