mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-03-13 22:12:54 +03:00
ci: only run nix flake check when nix files change
This commit is contained in:
20
.github/workflows/nix-build.yml
vendored
20
.github/workflows/nix-build.yml
vendored
@@ -5,18 +5,18 @@ on:
|
|||||||
branches: [main, nix]
|
branches: [main, nix]
|
||||||
tags:
|
tags:
|
||||||
- 'v*'
|
- 'v*'
|
||||||
paths-ignore:
|
paths:
|
||||||
- 'README.md'
|
- 'flake.nix'
|
||||||
- 'docs/**'
|
- 'flake.lock'
|
||||||
- 'www/**'
|
- 'bun.nix'
|
||||||
- 'helm/**'
|
- '.github/workflows/nix-build.yml'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
paths-ignore:
|
paths:
|
||||||
- 'README.md'
|
- 'flake.nix'
|
||||||
- 'docs/**'
|
- 'flake.lock'
|
||||||
- 'www/**'
|
- 'bun.nix'
|
||||||
- 'helm/**'
|
- '.github/workflows/nix-build.yml'
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|||||||
Reference in New Issue
Block a user