Skip to content

Improve release process #15

Improve release process

Improve release process #15

Workflow file for this run

name: Build and Run Project
on:
push:
branches:
- '**' # Run on commits to any branch
jobs:
build-and-run:
uses: ./.github/workflows/common-steps.yml # Reference reusable workflow
with:
build-type: test