mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-02-25 06:14:08 +01:00
Allow GitHub workflows to run on workflow_dispatch.
This commit is contained in:
parent
2605d56c62
commit
281de5ae2b
2 changed files with 4 additions and 2 deletions
3
.github/workflows/test-repos.yml
vendored
3
.github/workflows/test-repos.yml
vendored
|
|
@ -1,8 +1,9 @@
|
|||
name: TestRepos
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
push:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue