ci(nix): ignore more paths

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

View File

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