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
 on:
4
 on:
5
   push:
5
   push:
6
     branches:
6
     branches:
7
-      - main
7
+      - master
8
 
8
 
9
 jobs:
9
 jobs:
10
   deploy:
10
   deploy:

Loading…
Cancel
Save