diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-03-03 00:50:15 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-03-03 09:51:08 +0100 |
commit | 79b943aa9759e95ea124c02c235eb812070a018f (patch) | |
tree | 429289437e2c4cae459073f48e6b17eea0297e7d /.github/workflows/ci.yml | |
parent | use --quiet flags for installations (diff) | |
download | vk-scripts-79b943aa9759e95ea124c02c235eb812070a018f.tar.gz vk-scripts-79b943aa9759e95ea124c02c235eb812070a018f.zip |
workflows/ci: ignore changes in docs
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r-- | .github/workflows/ci.yml | 3 |
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). |