mirror of
https://github.com/spikecodes/libreddit
synced 2024-12-28 11:35:09 +01:00
Don't run GitHub Workflow when README.md changes
This commit is contained in:
parent
4faa9d46d6
commit
25e641e7b3
7
.github/workflows/rust.yml
vendored
7
.github/workflows/rust.yml
vendored
@ -2,9 +2,10 @@ name: Rust
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
pull_request:
|
||||
branches: [master]
|
||||
paths-ignore:
|
||||
- "**.md"
|
||||
branches:
|
||||
- master
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
Loading…
Reference in New Issue
Block a user