mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-05 02:55:31 +00:00
CI: enha: don't run if only .md
was modified
This commit is contained in:
parent
1c6fb9a0b3
commit
40f1234ad0
2
.github/workflows/build-and-test.yml
vendored
2
.github/workflows/build-and-test.yml
vendored
@ -7,6 +7,8 @@ on:
|
||||
tags:
|
||||
- "[0-9]+.[0-9]+.[0-9]+"
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- "*.md"
|
||||
|
||||
jobs:
|
||||
clippy-rustfmt:
|
||||
|
Loading…
x
Reference in New Issue
Block a user