From cb65de5054c205e26131868725d33ce5aca4024a Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Tue, 24 Jan 2023 13:54:54 -0300 Subject: ci: sort items on paths-ignore lists See commit 9bf5e453c ("ci: sort items on paths-ignore lists", 2022-07-12) / PR #5481. --- .github/workflows/codeql-analysis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/codeql-analysis.yml') diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index b86d432f9..115919477 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -10,9 +10,9 @@ on: branches: [ master ] paths-ignore: - '.github/ISSUE_TEMPLATE/*' - - 'etc/**' - 'contrib/gtksourceview-5/**' - 'contrib/vim/**' + - 'etc/**' - 'src/man/*.txt' - .git-blame-ignore-revs - .github/dependabot.yml @@ -32,9 +32,9 @@ on: branches: [ master ] paths-ignore: - '.github/ISSUE_TEMPLATE/*' - - 'etc/**' - 'contrib/gtksourceview-5/**' - 'contrib/vim/**' + - 'etc/**' - 'src/man/*.txt' - .git-blame-ignore-revs - .github/dependabot.yml -- cgit v1.2.3-70-g09d2