Skip to content

Commit 0580a0e

Browse files
committed
workflows for commits and checks for PRs with `dev`
1 parent 6851f85 commit 0580a0e

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)