Skip to content

CASL-1485: Upgraded Naksha v2 version to 2.2.15 #1582

CASL-1485: Upgraded Naksha v2 version to 2.2.15

CASL-1485: Upgraded Naksha v2 version to 2.2.15 #1582

Workflow file for this run

name: CI-Only Workflow
# Trigger for specified criteria (specifically for PRs against stable branches)
on:
workflow_dispatch:
pull_request:
types:
- opened
- reopened
- synchronize
branches:
- v2
permissions:
checks: write # for junit reporting
pull-requests: write # for jacoco PR comments
jobs:
### Job to Build and Publish artifacts
Build-and-Publish:
uses: ./.github/workflows/reusable-build-and-publish.yml