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:
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…
Add table
Add a link
Reference in a new issue