Skip to content

Commit

Permalink
Shader skips and linux fix
Browse files Browse the repository at this point in the history
Enable CI
  • Loading branch information
NielsGx committed Sep 9, 2024
1 parent 20f7a55 commit a120840
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux-qt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/macos-qt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows-qt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a120840

Please sign in to comment.