mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-16 13:31:27 +00:00
Add workflow_dispatch trigger to workflow so that it can be started manually.
This commit is contained in:
parent
c0fda6f38d
commit
ff300da53d
1 changed files with 3 additions and 0 deletions
3
mps/.github/workflows/c-cpp.yml
vendored
3
mps/.github/workflows/c-cpp.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue