Skip to content

Add workflows for testing #2

Add workflows for testing

Add workflows for testing #2

Workflow file for this run

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