From eb28aca517acc18f1aa9e5213db97b039c8057a5 Mon Sep 17 00:00:00 2001 From: Debasish Pal <48341250+debpal@users.noreply.github.com> Date: Wed, 11 Sep 2024 13:38:08 +0300 Subject: [PATCH] bugfix of testing.yml file --- .github/workflows/testing.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 5bdc714..8d674f1 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -6,15 +6,11 @@ on: - master # Your branch name paths: - '**/*.py' # Trigger only for changes in Python files - paths-ignore: - - 'docs/conf.py' # Ignore changes to this specific file pull_request: branches: - master # Your branch name paths: - '**/*.py' # Trigger only for changes in Python files - paths-ignore: - - 'docs/conf.py' # Ignore changes to this specific file jobs: build: