Skip to content

Merge feature/github-actions into develop #1

Merge feature/github-actions into develop

Merge feature/github-actions into develop #1

Workflow file for this run

# .github/workflows/ci-renovate.yml
name: CI - Renovate Branches
on:
push:
branches:
- 'renovate/**' # adjust if you changed Renovate's branchPrefix
concurrency:
group: ci-renovate-${{ github.ref }}
cancel-in-progress: true
jobs:
build-and-test:
uses: ./.github/workflows/build-and-test.yml
with:
java-version: '21'
python-version: '3.11'