aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-03-03 00:50:15 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-03-03 09:51:08 +0100
commit79b943aa9759e95ea124c02c235eb812070a018f (patch)
tree429289437e2c4cae459073f48e6b17eea0297e7d
parentuse --quiet flags for installations (diff)
downloadvk-scripts-79b943aa9759e95ea124c02c235eb812070a018f.tar.gz
vk-scripts-79b943aa9759e95ea124c02c235eb812070a018f.zip
workflows/ci: ignore changes in docs
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 2fe2522..5322089 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -2,6 +2,9 @@ name: CI
on:
push:
+ paths-ignore:
+ - 'docs/**'
+ - 'README.md'
pull_request:
schedule:
# Weekly, at 6:45 AM on Thursday (somewhat randomly chosen).