Skip to content

CI/CD - Auto build, and auto-generate release notes #78

CI/CD - Auto build, and auto-generate release notes

CI/CD - Auto build, and auto-generate release notes #78

Workflow file for this run

name: On Update - Build
on:
workflow_dispatch:
push:
branches:
- main
- "release/*"
pull_request:
types: [assigned, opened, synchronize, reopened, labeled]
jobs:
build:
name: Run Builds
uses: ./.github/workflows/ubuntu-builder.yml