Skip to content

Commit 0354019

Browse files
committed
feat: trigger multiversion build from both stable and v2-odoo19-doc-refresh
- Add v2-odoo19-doc-refresh to multiversion workflow triggers - Exclude v2-odoo19-doc-refresh from preview workflow
1 parent 0521a19 commit 0354019

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/build_deploy.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
name: Build and deploy OpenSPP documentation (previews only)
22

3-
# NOTE: stable branch is now handled by build_deploy_multiversion.yml
3+
# NOTE: stable and v2-odoo19-doc-refresh are handled by build_deploy_multiversion.yml
44
# This workflow only handles preview deployments for other branches
55

66
on:
77
push:
88
branches-ignore:
99
- cf-pages
10-
- stable # stable is handled by multiversion workflow
10+
- stable
11+
- v2-odoo19-doc-refresh
1112

1213
jobs:
1314
build_deploy:

.github/workflows/build_deploy_multiversion.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ name: Build and deploy multi-version OpenSPP documentation
77
on:
88
push:
99
branches:
10-
- stable # Only run on stable branch
10+
- stable
11+
- v2-odoo19-doc-refresh
1112
workflow_dispatch: # Allow manual trigger
1213

1314
jobs:

0 commit comments

Comments
 (0)