Skip to content

On-Push

On-Push #2

Workflow file for this run

name: CI-CD12345
run-name: On-Push
on:
- push
- workflow_dispatch # Permit manual initiation
jobs:
tests:
uses: ./.github/workflows/test.yml