Don't run GitHub Workflow when README.md changes

This commit is contained in:
spikecodes 2021-11-21 22:46:01 -08:00
parent 4faa9d46d6
commit 25e641e7b3
No known key found for this signature in database
GPG Key ID: 004CECFF9B463BCB
1 changed files with 4 additions and 3 deletions

View File

@ -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