From 2e7cc48b20e30358084e7e118f2fd196adb0c42f Mon Sep 17 00:00:00 2001 From: Gaspar Nagy Date: Tue, 30 Jan 2024 16:56:37 +0100 Subject: [PATCH] exclude docs from CI --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f8aabb607..1a679bdd7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,11 @@ name: CI on: push: - branches: [ "main" ] + branches: + - 'main' + paths-ignore: + - 'docs/**' + - README.md pull_request: branches: [ "main" ] workflow_dispatch: