diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-03-03 00:22:05 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-03-03 00:22:05 +0100 |
commit | 86b9ece0f1b030f47e17dbf7a181b212e15e223c (patch) | |
tree | d219c8ac12f9e217db2fb1b9712efa9c0e9111a5 /.github | |
parent | README: update (diff) | |
download | cgitize-86b9ece0f1b030f47e17dbf7a181b212e15e223c.tar.gz cgitize-86b9ece0f1b030f47e17dbf7a181b212e15e223c.zip |
workflows/ci: ignore changes in docs
Diffstat (limited to '.github')
-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 f17ff2c..51a5266 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: workflow_dispatch: |