Skip to content

Commit 31dc20a

Browse files
xiaojunjunxiaojunjun
authored andcommitted
Fix GitHub Actions workflow - change branch from main to master
1 parent 5d1ece9 commit 31dc20a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 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: [ main ]
5+
branches: [ master ]
66
pull_request:
7-
branches: [ main ]
7+
branches: [ master ]
88

99
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
1010
permissions:
@@ -53,7 +53,7 @@ jobs:
5353
url: ${{ steps.deployment.outputs.page_url }}
5454
runs-on: ubuntu-latest
5555
needs: build
56-
if: github.ref == 'refs/heads/main'
56+
if: github.ref == 'refs/heads/master'
5757
steps:
5858
- name: Deploy to GitHub Pages
5959
id: deployment

0 commit comments

Comments
 (0)