Skip to content

Initial commit

Initial commit #1

Workflow file for this run

#
# This source file is part of the TemplatePackage open source project
#
# SPDX-FileCopyrightText: 2022 Stanford University and the project authors (see CONTRIBUTORS.md)
#
# SPDX-License-Identifier: MIT
#
name: Main
on:
push:
branches:
- main
workflow_dispatch:
concurrency:
group: main
cancel-in-progress: false
jobs:
buildandtest:
name: Build and Test
uses: ./.github/workflows/build-and-test.yml
secrets: inherit