Skip to content

Commit c1e70f4

Browse files
#648 remove linux version from build at release
1 parent c4eeb3a commit c1e70f4

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/Build_linux_qt5_appimage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Build linux Qt5
22
#v2.8 run5 - Qt5/KF5 build for glibc 2.35 compatibility
33
on:
44
# Trigger on new releases
5-
release:
6-
types: [published]
5+
# release:
6+
# types: [published]
77

88
# Allow manual triggering
99
workflow_dispatch:

.github/workflows/Build_linux_qt6_appimage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Build linux Qt6
22
#v2025-10-02 run1
33
on:
44
# Trigger on new releases
5-
release:
6-
types: [published]
5+
# release:
6+
# types: [published]
77

88
# Allow manual triggering
99
workflow_dispatch:

0 commit comments

Comments
 (0)