mirror of
https://github.com/lklynet/hypermind.git
synced 2026-05-03 09:30:36 +00:00
14 lines
187 B
YAML
14 lines
187 B
YAML
name: CI
|
|
|
|
on:
|
|
pull_request:
|
|
branches: ["main"]
|
|
|
|
jobs:
|
|
build:
|
|
uses: ./.github/workflows/build.yml
|
|
permissions:
|
|
contents: read
|
|
with:
|
|
push-to-registry: false
|