mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-17 14:30:12 +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/nodejs.yml
vendored
3
.github/workflows/nodejs.yml
vendored
|
|
@ -1,10 +1,11 @@
|
||||||
name: CI
|
name: CI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
pull_request:
|
pull_request:
|
||||||
|
push:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '30 12 * * *'
|
- cron: '30 12 * * *'
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
|
||||||
3
.github/workflows/test-repos.yml
vendored
3
.github/workflows/test-repos.yml
vendored
|
|
@ -1,8 +1,9 @@
|
||||||
name: TestRepos
|
name: TestRepos
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
pull_request:
|
pull_request:
|
||||||
|
push:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue