Skip to content

Commit 1da1e01

Browse files
authored
Merge pull request #925 from fractal-analytics-platform/run-ci-for-dev-1-5-branch
Also trigger CI for `dev-1.5` target branch
2 parents 31879fb + 8adb681 commit 1da1e01

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

.github/workflows/ci_pip.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CI (pip)
22

33
on:
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:

.github/workflows/ci_poetry.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CI (poetry)
22

33
on:
44
push:
5-
branches: ["main"]
5+
branches: ["main","dev-1.5"]
66
pull_request:
7-
branches: ["main"]
7+
branches: ["main","dev-1.5"]
88

99
jobs:
1010

.github/workflows/documentation.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: docs
22

33
on:
44
push:
5-
branches: ["main"]
5+
branches: ["main","dev-1.5"]
66
pull_request:
7-
branches: ["main"]
7+
branches: ["main","dev-1.5"]
88

99
jobs:
1010

.github/workflows/manifest_external_packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Manifest creation (external packages)
22

33
on:
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"

.github/workflows/package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Precommit and Mypy (soft)
22

33
on:
44
push:
5-
branches: ["main"]
5+
branches: ["main","dev-1.5"]
66
pull_request:
7-
branches: ["main"]
7+
branches: ["main","dev-1.5"]
88

99
jobs:
1010

.github/workflows/poetry_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Build package
22

33
on:
44
push:
5-
branches: ["main"]
5+
branches: ["main", "dev-1.5"]
66
pull_request:
7-
branches: ["main"]
7+
branches: ["main", "dev-1.5"]
88

99
jobs:
1010
build:

0 commit comments

Comments
 (0)