From 8d561daa79ec308aebb8c29aacb7f616f9ff2492 Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Wed, 25 Mar 2026 22:30:47 -0400 Subject: [PATCH] simplify flatpak action, run on push --- .github/workflows/flatpak.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/flatpak.yml b/.github/workflows/flatpak.yml index a5d8888..6408912 100644 --- a/.github/workflows/flatpak.yml +++ b/.github/workflows/flatpak.yml @@ -1,6 +1,9 @@ name: "Build Flatpaks" on: + push: + branches: ["main"] + tags: ["*"] workflow_dispatch: jobs: @@ -13,9 +16,8 @@ jobs: - name: Lix GHA Installer Action uses: samueldr/lix-gha-installer-action@v2026-02-22 - - - name: Enable flakes - run: echo "experimental-features = nix-command flakes" > /etc/nix/nix.conf + with: + extra_nix_config: experimental-features = nix-command flakes - name: Build app run: nix build .#flatpak