We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0521a19 commit 0354019Copy full SHA for 0354019
2 files changed
.github/workflows/build_deploy.yml
@@ -1,13 +1,14 @@
1
name: Build and deploy OpenSPP documentation (previews only)
2
3
-# NOTE: stable branch is now handled by build_deploy_multiversion.yml
+# NOTE: stable and v2-odoo19-doc-refresh are handled by build_deploy_multiversion.yml
4
# This workflow only handles preview deployments for other branches
5
6
on:
7
push:
8
branches-ignore:
9
- cf-pages
10
- - stable # stable is handled by multiversion workflow
+ - stable
11
+ - v2-odoo19-doc-refresh
12
13
jobs:
14
build_deploy:
.github/workflows/build_deploy_multiversion.yml
@@ -7,7 +7,8 @@ name: Build and deploy multi-version OpenSPP documentation
branches:
- - stable # Only run on stable branch
workflow_dispatch: # Allow manual trigger
0 commit comments