Skip to content

Commit

Permalink
github action for odoo 18
Browse files Browse the repository at this point in the history
  • Loading branch information
jdetaeye committed Oct 7, 2024
1 parent a8dfd3b commit 3d38901
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Trigger test odoo 17
name: Trigger test odoo 18

on:
push:
branches:
- "17.0"
- "18.0"

jobs:
trigger:
Expand All @@ -18,5 +18,5 @@ jobs:
event_type: odoo_connector
message: |
{
"branch": "17.0"
"branch": "18.0"
}

0 comments on commit 3d38901

Please sign in to comment.