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:
parent
666cceff7e
commit
d55b9e55c6
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -1,6 +1,6 @@
|
||||
name: Build
|
||||
|
||||
on: [push, pull_request]
|
||||
on: [push, pull_request, workflow_dispatch]
|
||||
|
||||
defaults:
|
||||
run:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user