From d6b0bac450188a7307ef832d1c3fa5929cd35b92 Mon Sep 17 00:00:00 2001 From: jochenchrist Date: Mon, 22 Jan 2024 12:52:35 +0100 Subject: [PATCH] Update ci.yaml --- .github/workflows/ci.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e2a6a9ea..c16a7abb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,4 +1,8 @@ -on: [push, pull_request] +on: + push: + branches-ignore: ["python"] + pull_request: + branches-ignore: ["python"] name: CI jobs: test: