diff --git a/.github/workflows/flatpak.yml b/.github/workflows/flatpak.yml new file mode 100644 index 00000000000..fbca8f74370 --- /dev/null +++ b/.github/workflows/flatpak.yml @@ -0,0 +1,21 @@ +name: Flatpak + +on: + push: + branches: [master] + pull_request: + +jobs: + flatpak: + name: "Flatpak" + runs-on: ubuntu-latest + container: + image: bilelmoussaoui/flatpak-github-actions:gnome-47 + options: --privileged + steps: + - uses: actions/checkout@v4 + - uses: flatpak/flatpak-github-actions/flatpak-builder@v6 + with: + bundle: palette.flatpak + manifest-path: org.gnome.zbrown.Palette.yml + cache-key: flatpak-builder-${{ github.sha }}