Skip to content

Build Workflow -- feature/AR-286-GitHuB-action-workflows #236

Build Workflow -- feature/AR-286-GitHuB-action-workflows

Build Workflow -- feature/AR-286-GitHuB-action-workflows #236

Workflow file for this run

name: Build Workflow
run-name: 'Build Workflow -- ${{ github.head_ref || github.ref_name }}'
# Pipeline/Workflow Triggers for TEST case --- Cas
on:
push:
pull_request:
workflow_dispatch:
env:
BRANCH_NAME: ${{github.ref_name}}
IS_TAG: ${{ github.ref_type == 'tag'}}
jobs:
build-job:
name: Build Job
runs-on: ubuntu-24.04
steps:
- name: Build IKMDEV Code
uses: ikmdev/maven-clean-install-build-action@options
with:
branch_name: ${{env.BRANCH_NAME}}
preform_setup: false