Skip to content

Build

Build #80

Workflow file for this run

name: Build
on:
pull_request:
branches: [master, main]
push:
branches: ["*"]
tags: ["*"]
workflow_dispatch:
concurrency:
group: build-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
uses: SpiralP/github-reusable-workflows/.github/workflows/build.yml@main