Skip to content

Commit bcdb456

Browse files
author
marci
committed
fix: flatpak build
1 parent 02e431d commit bcdb456

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/flatpak-build-simple.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
1-
name: Build Flatpak Package (Simple)
1+
name: Build Flatpak Package (Simple) - DISABLED
22

33
on:
4-
push:
5-
branches: [ main ]
6-
tags: [ 'v*' ]
7-
pull_request:
8-
branches: [ main ]
94
workflow_dispatch:
105

116
jobs:

.github/workflows/flatpak-build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
name: Build Flatpak
22

3-
# Trigger only when a new release is published
43
on:
4+
push:
5+
branches: [ main ]
6+
tags: [ 'v*' ]
7+
pull_request:
8+
branches: [ main ]
59
release:
610
types: [published]
11+
workflow_dispatch:
712

813
jobs:
914
build-flatpak:

0 commit comments

Comments
 (0)