mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
Disable Flatpak builds on PR
Flatpak builds will only run on merge to master and when manually triggered Signed-off-by: Emily Mabrey <emabrey@tenacityaudio.org>
This commit is contained in:
3
.github/workflows/flatpak.yml
vendored
3
.github/workflows/flatpak.yml
vendored
@@ -2,7 +2,8 @@ name: Packaging
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [master]
|
branches: [master]
|
||||||
pull_request:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
flatpak:
|
flatpak:
|
||||||
name: "Flatpak"
|
name: "Flatpak"
|
||||||
|
|||||||
Reference in New Issue
Block a user