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/build-extra.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/build-extra.yml') diff --git a/.github/workflows/build-extra.yml b/.github/workflows/build-extra.yml index c1c240922..f777174d7 100644 --- a/.github/workflows/build-extra.yml +++ b/.github/workflows/build-extra.yml @@ -5,9 +5,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 @@ -27,9 +27,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-54-g00ecf