chore: update nix development files in paths-ignore for github workflows

This commit is contained in:
Fijxu 2026-08-23 14:33:52 -04:00
parent eff609d0cd
commit 4daa142844
No known key found for this signature in database
GPG Key ID: 32C1DDF333EDA6A4
2 changed files with 4 additions and 4 deletions

View File

@ -15,8 +15,8 @@ on:
- .github/ISSUE_TEMPLATE/* - .github/ISSUE_TEMPLATE/*
- kubernetes/** - kubernetes/**
# Nix development files that are not used here. # Nix development files that are not used here.
- "*.nix" - .envrc
- flake.lock - "nix/**"
jobs: jobs:
release: release:

View File

@ -25,8 +25,8 @@ on:
- kubernetes/** - kubernetes/**
# Nix development files that are not used here. # Nix development files that are not used here.
- "*.nix" - .envrc
- flake.flake - "nix/**"
jobs: jobs:
build: build: