From d6f8235b0455ba85bf7edbfcfa9ac90db416a127 Mon Sep 17 00:00:00 2001 From: Teemu Rytilahti Date: Fri, 14 Jun 2024 23:50:31 +0200 Subject: [PATCH] Run CI lint&tests only on python changes --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca8cfb75..ea365321 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,8 +3,12 @@ name: CI on: push: branches: ["master"] + paths: + - '**.py' pull_request: branches: ["master"] + paths: + - '**.py' workflow_dispatch: # to allow manual re-runs env: