mirror of
https://github.com/Steve-Tech/YAFI.git
synced 2026-04-19 16:50:36 +00:00
Run actions on any branch
This commit is contained in:
1
.github/workflows/flatpak.yml
vendored
1
.github/workflows/flatpak.yml
vendored
@@ -2,7 +2,6 @@ name: Flatpak Build
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
|
||||
3
.github/workflows/pyinstaller-linux.yml
vendored
3
.github/workflows/pyinstaller-linux.yml
vendored
@@ -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
|
||||
|
||||
1
.github/workflows/pyinstaller-windows.yml
vendored
1
.github/workflows/pyinstaller-windows.yml
vendored
@@ -2,7 +2,6 @@ name: PyInstaller Build Windows
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user