run the workflows on PR also

This commit is contained in:
Frédéric Harper
2024-04-27 10:01:39 -04:00
parent 0f21e96764
commit a6e9543617
5 changed files with 5 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
---
name: Markdown Links Validation
on: [push, workflow_dispatch]
on: [push, workflow_dispatch, pull_request]
jobs:
markdown-link-check:

View File

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

View File

@@ -1,6 +1,6 @@
name: Prevent README commits
on:
push:
pull_request:
paths:
- 'README.md'

View File

@@ -1,6 +1,7 @@
name: Validate people.json Schema
on:
workflow_dispatch:
pull_request:
push:
paths:
- 'people.json'

View File

@@ -1,6 +1,7 @@
name: Validate people.json
on:
workflow_dispatch:
pull_request:
push:
paths:
- 'people.json'