Skip to content

Commit 962c6da

Browse files
committed
Run actions on any branch
1 parent bdde81e commit 962c6da

3 files changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/flatpak.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Flatpak Build
22

33
on:
44
push:
5-
branches: [main]
65
pull_request:
76

87
jobs:

.github/workflows/pyinstaller-linux.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: PyInstaller Build Linux
22

33
on:
44
push:
5-
branches: [main]
65
pull_request:
76

87
jobs:
@@ -14,7 +13,7 @@ jobs:
1413
- name: Install System Dependencies
1514
uses: awalsh128/cache-apt-pkgs-action@latest
1615
with:
17-
packages: python3-gi gir1.2-gtk-4.0 gir1.2-adw-1
16+
packages: python3-gi gir1.2-gtk-4.0 gir1.2-adw-1 libglib2.0-bin
1817
version: 0
1918
- name: Install PyInstaller
2019
run: pip install pyinstaller

.github/workflows/pyinstaller-windows.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: PyInstaller Build Windows
22

33
on:
44
push:
5-
branches: [main]
65
pull_request:
76

87
jobs:

0 commit comments

Comments
 (0)