From cc74f8f0eb3728358278d4155c7b5513e5b86640 Mon Sep 17 00:00:00 2001 From: fang Date: Wed, 18 Jan 2023 17:26:07 +0100 Subject: [PATCH] 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. --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4653cc1a4..c3878bd88 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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'