File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: CI (pip)
22
33on :
44 push :
5- branches : ["main"]
5+ branches : ["main", "dev-1.5" ]
66 pull_request :
7- branches : ["main"]
7+ branches : ["main", "dev-1.5" ]
88 schedule :
99 - cron : " 0 23 * * 2"
1010 workflow_dispatch :
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: CI (poetry)
22
33on :
44 push :
5- branches : ["main"]
5+ branches : ["main","dev-1.5" ]
66 pull_request :
7- branches : ["main"]
7+ branches : ["main","dev-1.5" ]
88
99jobs :
1010
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: docs
22
33on :
44 push :
5- branches : ["main"]
5+ branches : ["main","dev-1.5" ]
66 pull_request :
7- branches : ["main"]
7+ branches : ["main","dev-1.5" ]
88
99jobs :
1010
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Manifest creation (external packages)
22
33on :
44 push :
5- branches : ["main"]
5+ branches : ["main","dev-1.5" ]
66 pull_request :
7- branches : ["main"]
7+ branches : ["main","dev-1.5" ]
88 workflow_dispatch :
99 schedule :
1010 - cron : " 0 23 * * 2,3,4"
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Precommit and Mypy (soft)
22
33on :
44 push :
5- branches : ["main"]
5+ branches : ["main","dev-1.5" ]
66 pull_request :
7- branches : ["main"]
7+ branches : ["main","dev-1.5" ]
88
99jobs :
1010
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Build package
22
33on :
44 push :
5- branches : ["main"]
5+ branches : ["main", "dev-1.5" ]
66 pull_request :
7- branches : ["main"]
7+ branches : ["main", "dev-1.5" ]
88
99jobs :
1010 build :
You can’t perform that action at this time.
0 commit comments