From 26ddfca8f4d25f1c8670de376e45c28da81de765 Mon Sep 17 00:00:00 2001 From: Liviu Ionescu Date: Fri, 21 Jul 2023 13:24:35 +0300 Subject: [PATCH] ci.yml: update paths-ignore --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a0e7212..cb0f7999 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,11 +16,11 @@ on: - '.npmignore' - 'tests/scripts/**' - '**/README**' - - 'docs' - - 'doxygen' - - 'inspiration' - - 'scripts' - - 'templates' + - 'docs/**' + - 'doxygen/**' + - 'inspiration/**' + - 'scripts/**' + - 'templates/**' # This should disable running the workflow on tags, according to the # on.. GitHub Actions docs. # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onpushbranchestagsbranches-ignoretags-ignore