Skip to content

Commit 007a001

Browse files
authored
Merge pull request #103 from DoubleML/m-rename-master-main
renamed master to main
2 parents 1be1d95 + a51bfb8 commit 007a001

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/deploy_docu_dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Deploy Docu (dev)
55
on:
66
push:
77
branches:
8-
- master
8+
- main
99
workflow_dispatch:
1010

1111

.github/workflows/test_build_docu_dev.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@ name: Test Docu Build (with dev pkgs)
55
on:
66
push:
77
branches:
8-
- master
8+
- main
99
pull_request:
1010
branches:
11-
- master
11+
- main
1212
workflow_dispatch:
1313
inputs:
1414
doubleml-py-branch:
1515
description: 'Branch in https://github.com/DoubleML/doubleml-for-py'
1616
required: true
17-
default: 'master'
17+
default: 'main'
1818
doubleml-r-branch:
1919
description: 'Branch in https://github.com/DoubleML/doubleml-for-r'
2020
required: true
21-
default: 'master'
21+
default: 'main'
2222
schedule:
2323
- cron: "0 9 * * 1,3,5"
2424

.github/workflows/test_build_docu_released.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ name: Test Docu Build (with released pkgs)
55
on:
66
push:
77
branches:
8-
- master
8+
- main
99
pull_request:
1010
branches:
11-
- master
11+
- main
1212
workflow_dispatch:
1313
schedule:
1414
- cron: "0 9 * * 1,3,5"

doc/literature/literature.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ Double machine learning literature
185185
**Want to add or update a reference in the literature overview?**
186186
^^^
187187

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
189189
:text: Edit this file to propose a change or addition
190190
:classes: btn-block btn-dark btn-sm edit-button
191191

0 commit comments

Comments
 (0)