We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02e431d commit bcdb456Copy full SHA for bcdb456
.github/workflows/flatpak-build-simple.yml
@@ -1,11 +1,6 @@
1
-name: Build Flatpak Package (Simple)
+name: Build Flatpak Package (Simple) - DISABLED
2
3
on:
4
- push:
5
- branches: [ main ]
6
- tags: [ 'v*' ]
7
- pull_request:
8
9
workflow_dispatch:
10
11
jobs:
.github/workflows/flatpak-build.yml
@@ -1,9 +1,14 @@
name: Build Flatpak
-# Trigger only when a new release is published
+ push:
+ branches: [ main ]
+ tags: [ 'v*' ]
+ pull_request:
release:
types: [published]
+ workflow_dispatch:
12
13
14
build-flatpak:
0 commit comments