github: don't run ci on README changes

This commit is contained in:
Aly Raffauf 2024-07-15 10:21:34 -04:00
parent ec9e79131b
commit 79d7207438
3 changed files with 3 additions and 0 deletions

View file

@ -2,6 +2,7 @@ name: "nix-build"
on:
push:
paths-ignore:
- '*.md'
- '.github/**'
- '_img/**'
workflow_dispatch:

View file

@ -2,6 +2,7 @@ name: "nix-check"
on:
push:
paths-ignore:
- '*.md'
- '.github/**'
- '_img/**'
workflow_dispatch:

View file

@ -2,6 +2,7 @@ name: "nix-drybuild"
on:
push:
paths-ignore:
- '*.md'
- '.github/**'
- '_img/**'
workflow_dispatch: