Skip to content

Merge branch '2025.2' into '2026.1' #2765

Merge branch '2025.2' into '2026.1'

Merge branch '2025.2' into '2026.1' #2765

Workflow file for this run

name: Push content
on:
workflow_dispatch:
push:
branches:
- '[0-9][0-9][0-9][0-9].[0-9]' # generic pattern for release branches like 2024.1, 2025.2, etc.
paths:
- 'modules/**'
- 'antora.yml'
- '.github/workflows/push-content.yml'
jobs:
triggerJob:
runs-on: ubuntu-24.04
steps:
- name: Notify content changes
uses: peter-evans/repository-dispatch@v4
with:
token: ${{secrets.GH_TOKEN_DOC_TRIGGER_WF}}
repository: bonitasoft/bonita-documentation-site
event-type: source_documentation_change
client-payload: '{ "component": "bonita", "branch": "${{ github.ref_name }}" }'