aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2023-01-05 09:01:41 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2023-01-05 09:01:41 +0100
commitca5a659f4d0ed9e55c38cb49994bcdcf387c9e5e (patch)
tree671a3b42281e6be42be7ee92ed0b129b0edb1a15 /.github/workflows
parent4bfab527f0ff062b82ce1c42c323c1c7382e5082 (diff)
Update ci config
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/makefile.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml
index 3805541..5deab64 100644
--- a/.github/workflows/makefile.yml
+++ b/.github/workflows/makefile.yml
@@ -4,9 +4,13 @@ on:
push:
paths-ignore:
- '**.md'
+ - '**.org'
+ - '**.texi'
pull_request:
paths-ignore:
- '**.md'
+ - '**.org'
+ - '**.texi'
jobs:
test: