1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-29 15:19:44 +02:00

Enable auto runs of flatpak CI

Flatpak CI should now run automatically when flatpak specific files are changed

Signed-off-by: Emily Mabrey <emabrey@tenacityaudio.org>
This commit is contained in:
Emily Mabrey 2021-09-27 12:23:51 -04:00
parent fe5b64a1c2
commit b450069a86
No known key found for this signature in database
GPG Key ID: 6F4EF47256A1B7DC

View File

@ -1,7 +1,11 @@
name: Packaging
on:
push:
branches: [master]
branches:
- master
pull_request:
paths:
- /packaging/flatpak/**
workflow_dispatch:
jobs: