mirror of
https://github.com/jlengrand/coffeechat.git
synced 2026-03-10 08:11:20 +00:00
run the workflows on PR also
This commit is contained in:
2
.github/workflows/check-links.yml
vendored
2
.github/workflows/check-links.yml
vendored
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: Markdown Links Validation
|
||||
|
||||
on: [push, workflow_dispatch]
|
||||
on: [push, workflow_dispatch, pull_request]
|
||||
|
||||
jobs:
|
||||
markdown-link-check:
|
||||
|
||||
1
.github/workflows/prettify-json.yml
vendored
1
.github/workflows/prettify-json.yml
vendored
@@ -1,6 +1,7 @@
|
||||
name: Prettify people.json
|
||||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
push:
|
||||
paths:
|
||||
- 'people.json'
|
||||
|
||||
2
.github/workflows/prevent-readme-pr.yml
vendored
2
.github/workflows/prevent-readme-pr.yml
vendored
@@ -1,6 +1,6 @@
|
||||
name: Prevent README commits
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
paths:
|
||||
- 'README.md'
|
||||
|
||||
|
||||
1
.github/workflows/validate-json-schema.yml
vendored
1
.github/workflows/validate-json-schema.yml
vendored
@@ -1,6 +1,7 @@
|
||||
name: Validate people.json Schema
|
||||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
push:
|
||||
paths:
|
||||
- 'people.json'
|
||||
|
||||
1
.github/workflows/validate-json.yml
vendored
1
.github/workflows/validate-json.yml
vendored
@@ -1,6 +1,7 @@
|
||||
name: Validate people.json
|
||||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
push:
|
||||
paths:
|
||||
- 'people.json'
|
||||
|
||||
Reference in New Issue
Block a user