ci(nix): ignore more paths

Signed-off-by: Seth Flynn <getchoo@tuta.io>
This commit is contained in:
Seth Flynn 2025-04-07 08:11:59 -04:00
parent da3a498490
commit 1a5a162727
No known key found for this signature in database
GPG Key ID: D31BD0D494BBEE86

View File

@ -5,18 +5,27 @@ on:
tags:
- "*"
paths-ignore:
- ".github/**"
- "!.github/workflows/nix.yml"
- "flatpak/"
- "scripts/"
- ".git*"
- ".envrc"
- "**.md"
- "**/LICENSE"
- ".github/ISSUE_TEMPLATE/**"
- ".markdownlint**"
- "flatpak/**"
- "!COPYING.md"
- "renovate.json"
pull_request_target:
paths-ignore:
- ".github/**"
- "flatpak/"
- "scripts/"
- ".git*"
- ".envrc"
- "**.md"
- "**/LICENSE"
- ".github/ISSUE_TEMPLATE/**"
- ".markdownlint**"
- "flatpak/**"
- "!COPYING.md"
- "renovate.json"
workflow_dispatch:
permissions: