Skip to content

Commit

Permalink
github actions: build large nix packages on nix files changed
Browse files Browse the repository at this point in the history
  • Loading branch information
contrun committed Feb 25, 2024
1 parent 1ae2352 commit 399a641
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/nix-large-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,30 @@ on:
type: boolean
default: true
required: false
pull_request:
branches:
- master
- main
- actions
- ci
- "releases/*"
paths:
- "*.nix"
- "**/*.nix"
- "nix/**"
- "flake.lock"
push:
branches:
- master
- main
- actions
- ci
- "releases/*"
paths:
- "*.nix"
- "**/*.nix"
- "nix/**"
- "flake.lock"

jobs:
build:
Expand Down

0 comments on commit 399a641

Please sign in to comment.