forked from kofal.net/zmk
build(workflows): add each workflow to its own trigger conditions
For each workflow, add its path to its own trigger conditions so that it automatically re-triggers for testing purposes whenever it is changed. PR: #443
This commit is contained in:
2
.github/workflows/doc-checks.yml
vendored
2
.github/workflows/doc-checks.yml
vendored
@@ -3,9 +3,11 @@ name: doc-checks
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- ".github/workflows/doc-checks.yml"
|
||||
- "docs/**"
|
||||
pull_request:
|
||||
paths:
|
||||
- ".github/workflows/doc-checks.yml"
|
||||
- "docs/**"
|
||||
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user