Run actions on any branch

This commit is contained in:
Stephen Horvath
2025-09-06 10:19:42 +10:00
parent 3129e10de2
commit 1c6131c61d
3 changed files with 1 additions and 4 deletions

View File

@@ -2,7 +2,6 @@ name: Flatpak Build
on:
push:
branches: [main]
pull_request:
jobs:

View File

@@ -2,7 +2,6 @@ name: PyInstaller Build Linux
on:
push:
branches: [main]
pull_request:
jobs:
@@ -14,7 +13,7 @@ jobs:
- name: Install System Dependencies
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: python3-gi gir1.2-gtk-4.0 gir1.2-adw-1
packages: python3-gi gir1.2-gtk-4.0 gir1.2-adw-1 libglib2.0-bin
version: 0
- name: Install PyInstaller
run: pip install pyinstaller

View File

@@ -2,7 +2,6 @@ name: PyInstaller Build Windows
on:
push:
branches: [main]
pull_request:
jobs: