1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-26 08:41:47 -07:00

Add workflow_dispatch trigger to workflow so that it can be started manually.

This commit is contained in:
Richard Brooksby 2023-01-15 10:45:39 +00:00
parent c0fda6f38d
commit ff300da53d

View file

@ -9,6 +9,9 @@ name: C/C++ CI
on:
- push
- pull_request
# Also run when triggered manually
# <https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow>
- workflow_dispatch
jobs:
build-posix: