From c230646d4092bed5cc5e535c05f477419fdbce7a Mon Sep 17 00:00:00 2001 From: rafael-57 Date: Sat, 31 Aug 2024 01:31:41 +0200 Subject: [PATCH] enable windows-qt actions for bb-hacks --- .github/workflows/windows-qt.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows-qt.yml b/.github/workflows/windows-qt.yml index 70c33ebe..0f35261d 100644 --- a/.github/workflows/windows-qt.yml +++ b/.github/workflows/windows-qt.yml @@ -5,9 +5,9 @@ name: Windows-Qt on: push: - branches: [ "main" ] + branches: [ "bb-hacks" ] pull_request: - branches: [ "main" ] + branches: [ "bb-hacks" ] env: BUILD_TYPE: Release