From 8223ccd162bd02e7fa17737e46901e309b077dc6 Mon Sep 17 00:00:00 2001 From: kingbri Date: Fri, 19 Jan 2024 00:15:59 -0500 Subject: [PATCH] Add pyinstaller test --- .github/workflows/pyinstaller.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pyinstaller.yml b/.github/workflows/pyinstaller.yml index 94c93c7a..faa40535 100644 --- a/.github/workflows/pyinstaller.yml +++ b/.github/workflows/pyinstaller.yml @@ -3,7 +3,7 @@ name: pyinstaller on: push: branches: - - main + - pyinstaller jobs: build: