ci: trigger when files in /tests change

The call-vere job contains the logic that runs the arvo tests, so it needs to
be run whenever those change.
This commit is contained in:
fang 2023-01-18 17:26:07 +01:00 committed by GitHub
parent 064e2d74a8
commit cc74f8f0eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@ on:
- 'pkg/libaes_siv/**'
- 'pkg/urbit/**'
- 'pkg/urcrypt/**'
- 'tests/**'
- 'bin/**'
- 'nix/**'
- 'default.nix'
@ -26,6 +27,7 @@ on:
- 'pkg/libaes_siv/**'
- 'pkg/urbit/**'
- 'pkg/urcrypt/**'
- 'tests/**'
- 'bin/**'
- 'nix/**'
- 'default.nix'