From b1dfc68193d9c21e2c6491aea41a84c611a15f3a Mon Sep 17 00:00:00 2001 From: Felix Exner Date: Thu, 6 Feb 2025 11:22:51 +0100 Subject: [PATCH] Fix branch name for integration tests run on push They were setup to run on "main" while we have "master" --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c4b1068ad..58d151218 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ on: pull_request: push: branches: - - main + - master jobs: build: