aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/build-extra.yml
diff options
context:
space:
mode:
authorLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2022-12-04 17:37:02 +0100
committerLibravatar GitHub <noreply@github.com>2022-12-04 16:37:02 +0000
commit16afd8c8e9818a7bff5e460c76eabf47255caf57 (patch)
tree8de77e3c3e412c59fa05d6fadbfac3e08298a0f7 /.github/workflows/build-extra.yml
parentMerge pull request #5488 from kmk3/configure-fix-format-misc (diff)
downloadfirejail-16afd8c8e9818a7bff5e460c76eabf47255caf57.tar.gz
firejail-16afd8c8e9818a7bff5e460c76eabf47255caf57.tar.zst
firejail-16afd8c8e9818a7bff5e460c76eabf47255caf57.zip
Add basic gtksourceview language-spec (#5502)
Tested with org.gnome.TextEditor. The gtksourceview language-spec hasn't changed between gtksourceview 3, 4 and 5 AFAIK so it should also work on older systems if you copy/link the file in the right places.
Diffstat (limited to '.github/workflows/build-extra.yml')
-rw-r--r--.github/workflows/build-extra.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build-extra.yml b/.github/workflows/build-extra.yml
index dbd896f7f..6005548bb 100644
--- a/.github/workflows/build-extra.yml
+++ b/.github/workflows/build-extra.yml
@@ -6,6 +6,7 @@ on:
6 paths-ignore: 6 paths-ignore:
7 - '.github/ISSUE_TEMPLATE/*' 7 - '.github/ISSUE_TEMPLATE/*'
8 - 'etc/**' 8 - 'etc/**'
9 - 'contrib/gtksourceview-5/**'
9 - 'contrib/vim/**' 10 - 'contrib/vim/**'
10 - 'src/man/*.txt' 11 - 'src/man/*.txt'
11 - .git-blame-ignore-revs 12 - .git-blame-ignore-revs
@@ -27,6 +28,7 @@ on:
27 paths-ignore: 28 paths-ignore:
28 - '.github/ISSUE_TEMPLATE/*' 29 - '.github/ISSUE_TEMPLATE/*'
29 - 'etc/**' 30 - 'etc/**'
31 - 'contrib/gtksourceview-5/**'
30 - 'contrib/vim/**' 32 - 'contrib/vim/**'
31 - 'src/man/*.txt' 33 - 'src/man/*.txt'
32 - .git-blame-ignore-revs 34 - .git-blame-ignore-revs