mirror of
https://github.com/spikecodes/libreddit
synced 2025-01-29 03:20:41 +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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [master]
|
paths-ignore:
|
||||||
pull_request:
|
- "**.md"
|
||||||
branches: [master]
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CARGO_TERM_COLOR: always
|
CARGO_TERM_COLOR: always
|
||||||
|
Loading…
x
Reference in New Issue
Block a user