mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-20 17:41:13 +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:
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:
|
||||
|
Reference in New Issue
Block a user