mirror of
https://github.com/camptocamp/odoo-cloud-platform.git
synced 2026-06-23 18:04:34 +00:00
Update repository to get version 19.0 from oca-addons-repo-template
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user