From d81c5ac1dd57642b47ad24cab99e6b65f4fb9560 Mon Sep 17 00:00:00 2001 From: Amy Galles <9685081+AmyLGalles@users.noreply.github.com> Date: Mon, 30 Dec 2024 13:52:03 -0800 Subject: [PATCH] forcing breaking change to test --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 00869b4..df25711 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: CI on: pull_request: - paths: + path: - "src/**" - "tests/**" workflow_dispatch: