From 705f1ba59a3fb16af5eb4a2a0d5ad3a22008bf46 Mon Sep 17 00:00:00 2001 From: Denys SAVCHENKO Date: Sat, 29 Jun 2024 21:51:33 +0200 Subject: [PATCH] master --- .github/workflows/pyinstaller.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pyinstaller.yml b/.github/workflows/pyinstaller.yml index cca6bd3..b06af90 100644 --- a/.github/workflows/pyinstaller.yml +++ b/.github/workflows/pyinstaller.yml @@ -2,9 +2,9 @@ name: Package Application with Pyinstaller on: push: - branches: [ main ] + branches: [ master ] pull_request: - branches: [ main ] + branches: [ master ] jobs: build: