aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/build-extra.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/build-extra.yml')
-rw-r--r--.github/workflows/build-extra.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build-extra.yml b/.github/workflows/build-extra.yml
index f777174d7..a7b7c8a3e 100644
--- a/.github/workflows/build-extra.yml
+++ b/.github/workflows/build-extra.yml
@@ -5,7 +5,7 @@ on:
5 branches: [ master ] 5 branches: [ master ]
6 paths-ignore: 6 paths-ignore:
7 - '.github/ISSUE_TEMPLATE/*' 7 - '.github/ISSUE_TEMPLATE/*'
8 - 'contrib/gtksourceview-5/**' 8 - 'contrib/syntax/**'
9 - 'contrib/vim/**' 9 - 'contrib/vim/**'
10 - 'etc/**' 10 - 'etc/**'
11 - 'src/man/*.txt' 11 - 'src/man/*.txt'
@@ -27,7 +27,7 @@ on:
27 branches: [ master ] 27 branches: [ master ]
28 paths-ignore: 28 paths-ignore:
29 - '.github/ISSUE_TEMPLATE/*' 29 - '.github/ISSUE_TEMPLATE/*'
30 - 'contrib/gtksourceview-5/**' 30 - 'contrib/syntax/**'
31 - 'contrib/vim/**' 31 - 'contrib/vim/**'
32 - 'etc/**' 32 - 'etc/**'
33 - 'src/man/*.txt' 33 - 'src/man/*.txt'