From 86ad4ec2431d9445c4c6b357e894b692d2c41149 Mon Sep 17 00:00:00 2001 From: John Parkhurst Date: Fri, 20 Mar 2026 23:35:57 -0400 Subject: [PATCH] Update web-container.yml --- .github/workflows/web-container.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/web-container.yml b/.github/workflows/web-container.yml index e752984..bd0f921 100644 --- a/.github/workflows/web-container.yml +++ b/.github/workflows/web-container.yml @@ -10,12 +10,12 @@ on: - synchronize - ready_for_review paths: - - /** + - '**' push: branches: - main paths: - - /** + - '**' jobs: determine-workflow: runs-on: 'ubuntu-latest'