Skip to content

Commit 40a3e32

Browse files
committed
change main to master in pages.yml
1 parent 31e74fc commit 40a3e32

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
@@ -3,7 +3,7 @@ name: Deploy MkDocs to GitHub Pages
33
on:
44
push:
55
branches:
6-
- main
6+
- master
77
workflow_dispatch:
88
pull_request:
99

@@ -49,8 +49,8 @@ jobs:
4949
# Add a dependency to the build job
5050
needs: build
5151

52-
# Only deploy on pushes to main or manual trigger of main branch
53-
if: github.ref == 'refs/heads/main'
52+
# Only deploy on pushes to master or manual trigger of master branch
53+
if: github.ref == 'refs/heads/master'
5454

5555
# Grant GITHUB_TOKEN the permissions required to make a Pages deployment
5656
permissions:

0 commit comments

Comments
 (0)