Skip to content

Add workflows for testing #1

Add workflows for testing

Add workflows for testing #1

Workflow file for this run

name: test
on:
push:
branches:
- 'Workflow'
tags:
- 'test'
jobs:
build:
name: Build
uses: ./.github/workflows/build.yml
with:
name: ${{ github.ref_name }}