From e201ca532444b74b97238895fef8a798679a511c Mon Sep 17 00:00:00 2001 From: Aitor Perez Cedres <1515757+Zerpet@users.noreply.github.com> Date: Thu, 4 Jul 2024 13:22:49 +0100 Subject: [PATCH] PR workflows ignore doc updates Signed-off-by: Aitor Perez Cedres <1515757+Zerpet@users.noreply.github.com> --- .github/workflows/pr.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index fa0a2c3a..726ef47f 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -3,6 +3,12 @@ name: PR on: pull_request: branches: [ main ] + paths-ignore: + - 'docs/**' + - '*.md' + - 'LICENSE.txt' + - 'PROJECT' + - 'hack/**' env: GO_VERSION: '1.22.x' # Require Go 1.22.x