From 32d6116debe01436e09c662a0afdc3020c186aa1 Mon Sep 17 00:00:00 2001 From: Nick Angelou Date: Sun, 8 Jan 2023 19:40:14 -0600 Subject: [PATCH] Update CI.yml Prevent CI from running on version updates. --- .github/workflows/CI.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index ac1281ae..c2a462ba 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -45,7 +45,8 @@ jobs: - 'private_set_intersection/proto/**' - 'private_set_intersection/BUILD' - 'private_set_intersection/*.bzl' - - 'tools/**' + - 'tools/BUILD' + - 'tools/common.bzl' - '.clang-format' - '.bazelrc' - '.bazelversion'