Skip to content

Connect the build templates into one CI workflow. #1

Connect the build templates into one CI workflow.

Connect the build templates into one CI workflow. #1

Workflow file for this run

name: Continuous Integration
on:
pull_request:
branches:
- develop
- master
push:
jobs:
build:
uses: ./.github/workflows/build.yml
pre-commit:
uses: ./.github/workflows/pre-commit.yml