diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-03-02 23:43:42 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-03-02 23:43:42 +0100 |
commit | b9f9a099ff6df15f693bdbc18ac61ab8c5a6c8be (patch) | |
tree | 5d53282f8af76228c08827972ac1459682300253 | |
parent | workflows/basic: unpin runner image (diff) | |
download | cmake-common-b9f9a099ff6df15f693bdbc18ac61ab8c5a6c8be.tar.gz cmake-common-b9f9a099ff6df15f693bdbc18ac61ab8c5a6c8be.zip |
workflows/basic: ignore changes in the docs
-rw-r--r-- | .github/workflows/basic.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/basic.yml b/.github/workflows/basic.yml index 93f4e29..1b0f42a 100644 --- a/.github/workflows/basic.yml +++ b/.github/workflows/basic.yml @@ -2,6 +2,9 @@ name: Basic usage on: push: + paths-ignore: + - 'docs/**' + - 'README.md' pull_request: schedule: # Weekly, at 5:30 AM on Saturday (somewhat randomly chosen). |