add possibility to run some workflows manually

This commit is contained in:
Frédéric Harper
2024-04-18 10:16:15 -04:00
parent 7571daaec8
commit d643af0b2b
4 changed files with 4 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
name: "CodeQL"
on:
workflow_dispatch:
push:
branches: [ main ]
pull_request:

View File

@@ -1,5 +1,6 @@
name: Generate README
on:
workflow_dispatch:
push:
branches:
- main

View File

@@ -1,5 +1,6 @@
name: Prettify people.json
on:
workflow_dispatch:
push:
paths:
- 'people.json'

View File

@@ -1,5 +1,6 @@
name: Markdown Syntax Validation
on:
workflow_dispatch:
push:
paths:
- 'scripts/README-TEMPLATE.md'