Update repository to get version 19.0 from oca-addons-repo-template

This commit is contained in:
cyrilmanuel
2025-10-02 14:17:43 +02:00
parent 5d921db4bc
commit 462bfe8c27
15 changed files with 349 additions and 310 deletions
+5 -5
View File
@@ -3,18 +3,18 @@ name: pre-commit
on:
pull_request:
branches:
- "18.0*"
- "19.0*"
push:
branches:
- "18.0"
- "18.0-ocabot-*"
- "19.0"
- "19.0-ocabot-*"
jobs:
pre-commit:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Get python version