From f60aed3eed4f5250db546bc0d45b064a815bc70c Mon Sep 17 00:00:00 2001 From: Christoph Johannes Kleine Date: Sun, 10 Aug 2025 14:13:14 +0200 Subject: [PATCH] CHANGE: ci runs now on master --- .github/workflows/ubuntu-qt5_c-cpp.yml | 4 ++-- .github/workflows/ubuntu-qt6_c-cpp.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ubuntu-qt5_c-cpp.yml b/.github/workflows/ubuntu-qt5_c-cpp.yml index 2a8f165ff..64aec6ca0 100644 --- a/.github/workflows/ubuntu-qt5_c-cpp.yml +++ b/.github/workflows/ubuntu-qt5_c-cpp.yml @@ -2,9 +2,9 @@ name: Ubuntu Qt 5 C/C++ CI on: push: - branches: [ "gitbuild" ] + branches: [ "master" ] pull_request: - branches: [ "gitbuild" ] + branches: [ "master" ] jobs: build: diff --git a/.github/workflows/ubuntu-qt6_c-cpp.yml b/.github/workflows/ubuntu-qt6_c-cpp.yml index e5fe7119c..bd7fd4f9e 100644 --- a/.github/workflows/ubuntu-qt6_c-cpp.yml +++ b/.github/workflows/ubuntu-qt6_c-cpp.yml @@ -2,9 +2,9 @@ name: Ubuntu Qt 6 C/C++ CI on: push: - branches: [ "gitbuild" ] + branches: [ "master" ] pull_request: - branches: [ "gitbuild" ] + branches: [ "master" ] jobs: build: