Skip to content

Add new workflows, modify helm release and tag (#11) #9

Add new workflows, modify helm release and tag (#11)

Add new workflows, modify helm release and tag (#11) #9

Workflow file for this run

# SPDX-FileCopyrightText: 2025 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
on:
pull_request:
branches:
- master
- main
push:
branches:
- master
- main
jobs:
license-check:
uses: ./.github/workflows/license-check.yml
with:
branch_name: ${{ github.ref }}
fossa-scan:
uses: ./.github/workflows/fossa-scan.yml
with:
branch_name: ${{ github.ref }}