Browse Source

fix master branch name in github workflow

Thomas Buck 4 months ago
parent
commit
d1b38e549b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .github/workflows/docs.yml

+ 1
- 1
.github/workflows/docs.yml View File

@@ -4,7 +4,7 @@ name: Docs
4 4
 on:
5 5
   push:
6 6
     branches:
7
-      - main
7
+      - master
8 8
 
9 9
 jobs:
10 10
   deploy:

Loading…
Cancel
Save