From 8cac37df08f4bf22eb3c0286120b2f4ac8332c21 Mon Sep 17 00:00:00 2001 From: LunaChocken Date: Sat, 7 Jun 2025 18:36:33 +0100 Subject: [PATCH] updoot --- .gitea/workflows/pyinstaller.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/pyinstaller.yml b/.gitea/workflows/pyinstaller.yml index 92ebec6..041461c 100644 --- a/.gitea/workflows/pyinstaller.yml +++ b/.gitea/workflows/pyinstaller.yml @@ -2,7 +2,7 @@ name: Package Application with PyInstaller on: push: branches: - - main + - master jobs: build: runs-on: ubuntu-latest