diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cbc61aa6..de6cd2b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,25 +1,6 @@ # SPDX-FileCopyrightText: © 2024 David Bliss # # SPDX-License-Identifier: GPL-3.0-or-later -on: - push: - branches: [main] - pull_request: -name: CI -jobs: - flatpak: - name: "Flatpak" - runs-on: ubuntu-latest - container: - image: bilelmoussaoui/flatpak-github-actions:gnome-45 - options: --privileged - steps: - - uses: actions/checkout@v4 - - uses: flatpak/flatpak-github-actions/flatpak-builder@v6 - with: - bundle: dev.romantics.Photos.flatpak - manifest-path: build-aux/dev.romantics.Photos.json - cache-key: flatpak-builder-${{ github.sha }} on: push: