2024-08-12 01:38:13 +03:00

16 lines
221 B
YAML

name: Build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
name: Build
uses: ./.github/workflows/cmake.yml
with:
build_type: Release
run_tests: true