Skip to content

Update build.yml

Update build.yml #235

Workflow file for this run

# name: Build Workflow
# run-name: 'Build Workflow -- ${{ github.head_ref || github.ref_name }}'
# # Pipeline/Workflow Triggers
# 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: