Skip to content

Merge pull request #39 from weblate/weblate-ticket-booth-ticket-booth #150

Merge pull request #39 from weblate/weblate-ticket-booth-ticket-booth

Merge pull request #39 from weblate/weblate-ticket-booth-ticket-booth #150

Workflow file for this run

on:
push:
branches: [main]
pull_request:
name: Build
jobs:
flatpak:
name: "Build Flatpak"
runs-on: ubuntu-latest
container:
image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-47
options: --privileged
steps:
- uses: actions/checkout@v4
- uses: flathub-infra/flatpak-github-actions/flatpak-builder@master
with:
bundle: ticketbooth-devel.flatpak
manifest-path: me.iepure.Ticketbooth.Devel.json
cache-key: flatpak-builder-${{ github.sha }}