Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Used new GHA workflows #7

Used new GHA workflows

Used new GHA workflows #7

Workflow file for this run

name: CI
on:
push:
branches:
- '**' # Ignores pushes of tags
pull_request:
workflow_dispatch:
jobs:
build:
name: Build
uses: DbUp/Universe/.github/workflows/build.yml@main