Skip to content

Commit 672f16e

Browse files
committed
renamed master to main
1 parent 1be1d95 commit 672f16e

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
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"

0 commit comments

Comments
 (0)