Skip to content

Commit 6926b7a

Browse files
committed
feat: enable CI on this branch
1 parent cdba4e2 commit 6926b7a

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/build.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- "main"
77
- "master"
88
- "dev"
9+
- "dev_imagesize"
910
tags:
1011
- "*.*.*.*.*"
1112
- "stable"
@@ -30,12 +31,12 @@ jobs:
3031
strategy:
3132
matrix:
3233
odoo_serie:
33-
- "14.0"
34-
- "15.0"
35-
- "16.0"
36-
- "17.0"
34+
# "14.0"
35+
# "15.0"
36+
# "16.0"
37+
# "17.0"
3738
- "18.0"
38-
- "19.0"
39+
# "19.0"
3940

4041
steps:
4142
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)