From 8791a46844b204fada83e84fc1f3d0171da2f997 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Mon, 27 Nov 2023 18:09:57 +0100 Subject: [PATCH] test to see if this works --- .github/workflows/codestyle.yml | 4 ++++ .github/workflows/sql-codestyle.yml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/.github/workflows/codestyle.yml b/.github/workflows/codestyle.yml index 1672e19c72..ce72ed58f7 100644 --- a/.github/workflows/codestyle.yml +++ b/.github/workflows/codestyle.yml @@ -1,6 +1,10 @@ name: Codestyle on: pull_request: + paths: + - src/** + - "!README.md" + - "!docs/**" jobs: triage: diff --git a/.github/workflows/sql-codestyle.yml b/.github/workflows/sql-codestyle.yml index 04f4447e18..cfd83fe073 100644 --- a/.github/workflows/sql-codestyle.yml +++ b/.github/workflows/sql-codestyle.yml @@ -1,6 +1,10 @@ name: Codestyle on: pull_request: + paths: + - data/** + - "!README.md" + - "!docs/**" jobs: triage: