From 56b14b3dba30ed9a1dca2b69d45a3e1255040c72 Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Mon, 6 Nov 2023 15:16:25 +0100 Subject: [PATCH] Update pyinstaller.yml --- .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 497d054..1243e59 100644 --- a/.github/workflows/pyinstaller.yml +++ b/.github/workflows/pyinstaller.yml @@ -1,4 +1,4 @@ -name: Package with PyInstaller +name: pyinstaller on: push: branches: [ main ]