Skip to content

Commit a1a6956

Browse files
authored
Update main.yml
1 parent 46a3db3 commit a1a6956

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ name: Auto-Build Documentation using MkDocs
44
# events but only for the master branch
55
on:
66
push:
7-
branches: [master]
7+
branches: [main]
88

99
jobs:
1010
build:
1111
name: Build and Deploy Documentation
1212
runs-on: ubuntu-latest
1313
steps:
14-
- name: Checkout Master
14+
- name: Checkout Main
1515
uses: actions/checkout@v2
1616

1717
- name: Set up Python 3.7

0 commit comments

Comments
 (0)