Skip to content

Commit f2e212b

Browse files
committed
feat: enable CI on this branch
1 parent 1495a5b commit f2e212b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 3 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,9 +31,9 @@ jobs:
3031
strategy:
3132
matrix:
3233
odoo_serie:
33-
- "15.0"
34-
- "16.0"
35-
- "17.0"
34+
# "15.0"
35+
# "16.0"
36+
# "17.0"
3637
- "18.0"
3738
- "19.0"
3839
python_from:

0 commit comments

Comments
 (0)