Skip to content

Commit

Permalink
ci: run test-vm on all lockfile updates
Browse files Browse the repository at this point in the history
  • Loading branch information
getchoo committed Jan 11, 2024
1 parent 87fd3e0 commit c8c9a93
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-vm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,18 @@ name: Test modules
on:
push:
paths:
- '_sources/**'
- 'modules/**'
- 'test.nix'
- 'flake.*'
- 'dev/flake.*'
pull_request:
paths:
- '_sources/**'
- 'modules/**'
- 'test.nix'
- 'flake.*'
- 'dev/flake.*'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit c8c9a93

Please sign in to comment.