Skip to content

Release API v1.32.0 (#5) #2

Release API v1.32.0 (#5)

Release API v1.32.0 (#5) #2

---
# SPDX-FileCopyrightText: (C) 2025 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
name: Post-Merge API
on:
push:
branches:
- main
- release-*
paths:
- 'api/**'
workflow_dispatch:
jobs:
post-merge-pipeline:
uses: open-edge-platform/orch-ci/.github/workflows/post-merge.yml@main
with:
run_security_scans: true
run_version_check: true
run_dep_version_check: true
run_build: true
run_docker_build: true
run_docker_push: true
run_version_tag: true
run_artifact: false
prefix_tag_separator: "/"
project_folder: "api"
secrets: inherit