mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-05-02 15:44:28 +02:00
ci(nix): ignore more paths
Signed-off-by: Seth Flynn <getchoo@tuta.io>
This commit is contained in:
parent
da3a498490
commit
1a5a162727
25
.github/workflows/nix.yml
vendored
25
.github/workflows/nix.yml
vendored
@ -5,18 +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/**"
|
|
||||||
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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user