diff --git a/.github/workflows/rewrite.yml b/.github/workflows/rewrite.yml deleted file mode 100644 index 61e4af4..0000000 --- a/.github/workflows/rewrite.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: Build Bundle rewrite -on: - push: - branches: [full-rewrite] - pull_request: - -concurrency: - group: release-${{ github.sha }} -jobs: - flatpak: - name: Flatpak - runs-on: ubuntu-latest - container: - image: bilelmoussaoui/flatpak-github-actions:gnome-47 - options: --privileged - steps: - - name: Checkout - uses: actions/checkout@v4 - - - name: Flatpak Builder - uses: flatpak/flatpak-github-actions/flatpak-builder@v6.3 - with: - bundle: io.github.dzheremi2.Chronograph.flatpak - manifest-path: io.github.dzheremi2.Chronograph.yaml