Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ on:
branches: [ master ]
paths: &build-paths
- '**.nix'
# Sources of the generated modules/agent-box.nix (issue #140): a change
# here can reassemble to the same bytes (a pure refactor), so it would
# not touch a *.nix file — match them explicitly so the module-generated-
# up-to-date guard (and the rest of CI) still runs.
- 'modules/agent-box.nix.in'
- 'modules/src/**'
- 'bin/assemble-module.py'
- 'flake.lock'
- '.github/workflows/ci.yml'
pull_request:
Expand Down
Loading