From 1c3d90df3093fdc269e719db63909426624092cf Mon Sep 17 00:00:00 2001 From: Marvin Hagemeister Date: Fri, 4 Oct 2024 05:52:19 +0200 Subject: [PATCH] chore: fix ci setup on 1.x --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 355d986144f..2224903c50e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: ci on: push: - branches: [main] + branches: [1.x] pull_request: - branches: [main] + branches: [1.x] jobs: test: