mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-07 12:05:46 +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:
|
tags:
|
||||||
- "[0-9]+.[0-9]+.[0-9]+"
|
- "[0-9]+.[0-9]+.[0-9]+"
|
||||||
pull_request:
|
pull_request:
|
||||||
|
paths-ignore:
|
||||||
|
- "*.md"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
clippy-rustfmt:
|
clippy-rustfmt:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user