1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-13 15:18:14 +00:00

Add workflow_dispatch (in addition to push and pull_request) to build.yml triggers - for testing

This commit is contained in:
Frank Halasz 2024-11-10 22:27:33 -08:00
parent 666cceff7e
commit d55b9e55c6

View File

@ -1,6 +1,6 @@
name: Build
on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]
defaults:
run: