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: on:
push: push:
paths-ignore: paths-ignore:
- '*.md'
- '.github/**' - '.github/**'
- '_img/**' - '_img/**'
workflow_dispatch: workflow_dispatch:

View file

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

View file

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