Skip to content

Commit 57f271e

Browse files
authored
[chore] Making sure action is running when target is 17.0
1 parent 5e624cd commit 57f271e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/code-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: "Code Scanning - Action"
33
on:
44
push:
55
branches:
6-
- "{{ odoo_version }}"
6+
- "17.0"
77
pull_request:
88
branches:
9-
- "{{ odoo_version }}"
9+
- "17.0"
1010
schedule:
1111
# ┌───────────── minute (0 - 59)
1212
# │ ┌───────────── hour (0 - 23)

0 commit comments

Comments
 (0)