ci: Ignore doc changes on pull_request events
This commit is contained in:
parent
b34b1e9188
commit
f2031e7d00
|
@ -4,7 +4,10 @@ on:
|
|||
paths-ignore:
|
||||
- "docs/**"
|
||||
- "**.md"
|
||||
pull_request: []
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- "docs/**"
|
||||
- "**.md"
|
||||
|
||||
jobs:
|
||||
# Run the `rustfmt` code formatter
|
||||
|
|
Loading…
Reference in New Issue