File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name: Deploy Docu (dev)
5
5
on :
6
6
push :
7
7
branches :
8
- - master
8
+ - main
9
9
workflow_dispatch :
10
10
11
11
Original file line number Diff line number Diff line change @@ -5,20 +5,20 @@ name: Test Docu Build (with dev pkgs)
5
5
on :
6
6
push :
7
7
branches :
8
- - master
8
+ - main
9
9
pull_request :
10
10
branches :
11
- - master
11
+ - main
12
12
workflow_dispatch :
13
13
inputs :
14
14
doubleml-py-branch :
15
15
description : ' Branch in https://github.com/DoubleML/doubleml-for-py'
16
16
required : true
17
- default : ' master '
17
+ default : ' main '
18
18
doubleml-r-branch :
19
19
description : ' Branch in https://github.com/DoubleML/doubleml-for-r'
20
20
required : true
21
- default : ' master '
21
+ default : ' main '
22
22
schedule :
23
23
- cron : " 0 9 * * 1,3,5"
24
24
Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ name: Test Docu Build (with released pkgs)
5
5
on :
6
6
push :
7
7
branches :
8
- - master
8
+ - main
9
9
pull_request :
10
10
branches :
11
- - master
11
+ - main
12
12
workflow_dispatch :
13
13
schedule :
14
14
- cron : " 0 9 * * 1,3,5"
Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ Double machine learning literature
185
185
**Want to add or update a reference in the literature overview? **
186
186
^^^
187
187
188
- .. link-button :: https://github.com/DoubleML/doubleml-docs/edit/master /doc/literature/literature.rst
188
+ .. link-button :: https://github.com/DoubleML/doubleml-docs/edit/main /doc/literature/literature.rst
189
189
:text: Edit this file to propose a change or addition
190
190
:classes: btn-block btn-dark btn-sm edit-button
191
191
You can’t perform that action at this time.
0 commit comments