Always build flatpaks!

This commit is contained in:
Mauro Balades
2024-07-22 19:41:48 +02:00
parent 8de06906b8
commit 2962f0741c

View File

@@ -293,7 +293,7 @@ jobs:
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-44
options: --privileged
if: ${{ github.event.inputs.create_release == 'true' }}
if: ${{ github.event.inputs.create_release == 'true' || true }}
steps:
- uses: actions/checkout@v3