Skip to content

Commit f6d375d

Browse files
committed
ci(workflows): run tests on release/* branches and v* tags; prepare RC for 17.0.1.3.1
1 parent d2a390d commit f6d375d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,15 @@ on:
55
pull_request:
66
branches:
77
- "17.0*"
8+
- "release/*"
89
push:
910
branches:
1011
- "17.0"
1112
- "17.0-ocabot-*"
1213
- "farmer-registry"
14+
- "release/*"
15+
tags:
16+
- "v*"
1317
env:
1418
OCA_GIT_USER_NAME: openspp
1519
OCA_GIT_USER_EMAIL: bot@openspp.org

0 commit comments

Comments
 (0)