Skip to content

add github actions pipeline #3

add github actions pipeline

add github actions pipeline #3

Workflow file for this run

name: Branch
on:
push:
branches:
- "**"
- "!main"
jobs:
unit:
name: Unit Tests
uses: ./.github/workflows/unit.yml