From 0790e9b75a185af448c7ab3d3e0a69c43fd64185 Mon Sep 17 00:00:00 2001 From: Yury Date: Sat, 20 Jul 2024 17:06:16 +0300 Subject: [PATCH] Remove builds on push to master-custom branch --- .github/workflows/build-executable.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build-executable.yml b/.github/workflows/build-executable.yml index bef08b5a0..55c973649 100644 --- a/.github/workflows/build-executable.yml +++ b/.github/workflows/build-executable.yml @@ -1,8 +1,6 @@ name: Package exe with PyInstaller on: - push: - branches: [ master-custom ] pull_request: branches: [ master-custom ]