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:
parent
fe5b64a1c2
commit
b450069a86
6
.github/workflows/flatpak.yml
vendored
6
.github/workflows/flatpak.yml
vendored
@ -1,7 +1,11 @@
|
||||
name: Packaging
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
paths:
|
||||
- /packaging/flatpak/**
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
Loading…
x
Reference in New Issue
Block a user