Skip to content

test workflows

test workflows #11

Workflow file for this run

name: CI Build
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build:
uses: ./.github/workflows/build.yml
with:
release-mode: false
retention-days: 7