From a120840985ced70494db77774aa670fd579a5e1d Mon Sep 17 00:00:00 2001 From: Askeladd Date: Tue, 10 Sep 2024 01:04:20 +0200 Subject: [PATCH] Shader skips and linux fix Enable CI --- .github/workflows/linux-qt.yml | 4 ++-- .github/workflows/macos-qt.yml | 4 ++-- .github/workflows/windows-qt.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/linux-qt.yml b/.github/workflows/linux-qt.yml index 6848f203bc..a6954eab12 100644 --- a/.github/workflows/linux-qt.yml +++ b/.github/workflows/linux-qt.yml @@ -5,9 +5,9 @@ name: Linux-Qt on: push: - branches: [ "main" ] + branches: [ "bb-shaders-skip" ] pull_request: - branches: [ "main" ] + branches: [ "bb-shaders-skip" ] env: BUILD_TYPE: Release diff --git a/.github/workflows/macos-qt.yml b/.github/workflows/macos-qt.yml index beb927a796..91039d159c 100644 --- a/.github/workflows/macos-qt.yml +++ b/.github/workflows/macos-qt.yml @@ -5,9 +5,9 @@ name: macOS-Qt on: push: - branches: [ "main" ] + branches: [ "bb-shaders-skip" ] pull_request: - branches: [ "main" ] + branches: [ "bb-shaders-skip" ] env: BUILD_TYPE: Release diff --git a/.github/workflows/windows-qt.yml b/.github/workflows/windows-qt.yml index fee202b5c4..6133f5d744 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-shaders-skip" ] pull_request: - branches: [ "main" ] + branches: [ "bb-shaders-skip" ] env: BUILD_TYPE: Release