From a73d332ef93ed88fd1d064a82fcacb2828eaab6f Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Wed, 13 Mar 2024 21:46:09 +0100 Subject: [PATCH] Update validator.yml ignore docs path --- .github/workflows/validator.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/validator.yml b/.github/workflows/validator.yml index d77142e..7f31a0c 100644 --- a/.github/workflows/validator.yml +++ b/.github/workflows/validator.yml @@ -5,11 +5,13 @@ on: paths-ignore: - 'README.md' - 'examples/**/README.md' + - 'docs/**' pull_request: branches: [ "main" ] paths-ignore: - 'README.md' - - 'examples/**/README.md' + - 'examples/**/README.md' + - 'docs/**' # Allows you to run this workflow manually from the Actions tab workflow_dispatch: