Skip to content

Commit fa16dd4

Browse files
authored
Merge pull request #121 from DoubleML/p-default-deploy-dev
Adapt workflows for commits and checks for PRs with `dev`
2 parents 5558ce5 + 0580a0e commit fa16dd4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/test_build_docu_dev.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ on:
66
push:
77
branches:
88
- main
9+
- dev
910
pull_request:
1011
branches:
1112
- main
13+
- dev
1214
workflow_dispatch:
1315
inputs:
1416
doubleml-py-branch:

.github/workflows/test_build_docu_released.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ on:
66
push:
77
branches:
88
- main
9+
- dev
910
pull_request:
1011
branches:
1112
- main
13+
- dev
1214
workflow_dispatch:
1315
schedule:
1416
- cron: "0 9 * * 1,3,5"

0 commit comments

Comments
 (0)