Skip to content
This repository was archived by the owner on Mar 15, 2025. It is now read-only.

Note size restrictions in reamde #24

Note size restrictions in reamde

Note size restrictions in reamde #24

Workflow file for this run

# Main workflow to keep branches clean
name: Main
on:
push:
branches:
# main branch CI
- 'main'
# Any branch
- '*'
# Run on pull request
pull_request:
types: [ opened, synchronize ]
# Cancel current workflow if there is already one running
concurrency:
group: ${{ github.workflow }} ${{ github.ref }}
cancel-in-progress: true
jobs:
build:
uses: ./.github/workflows/build.yml
with:
test: true