From f0a647c3d1e117313febf32ab1ceb4a86bfb27c0 Mon Sep 17 00:00:00 2001 From: Ryan Delaney Date: Tue, 22 Aug 2023 16:22:23 -0400 Subject: [PATCH] Recursively match files under dumbpw/ and tests/ for triggering CI runs --- .github/workflows/coverage.yaml | 4 ++-- .github/workflows/integration.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml index 4fb418c..6c49781 100644 --- a/.github/workflows/coverage.yaml +++ b/.github/workflows/coverage.yaml @@ -6,8 +6,8 @@ on: push: branches: [main] paths: - - dumbpw/* - - tests/* + - dumbpw/** + - tests/** - .coveragerc - .github/workflows/coverage.yaml diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 2a3fbbf..30dd8fa 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -8,8 +8,8 @@ on: push: branches: [main] paths: - - dumbpw/* - - tests/* + - dumbpw/** + - tests/** - pyproject.toml - poetry.lock - .pre-commit-config.yaml