Skip to content

CI (main)

CI (main) #7

Workflow file for this run

name: CI (main)
on:
push:
branches: [main]
paths-ignore:
- "**/*.md"
- "**/*.gitignore"
- "**/*.gitattributes"
workflow_dispatch:
jobs:
build:
name: Build & Test
uses: ./.github/workflows/_build.yml