Skip to content

Create GitHub actions for building and testing the project (#9) #1

Create GitHub actions for building and testing the project (#9)

Create GitHub actions for building and testing the project (#9) #1

name: Build and test Release binaries on merge
on:
push:
branches:
- main
jobs:
build-release:
uses: ./.github/workflows/build-and-test.yaml
with:
build-type: Release