From f51d21c4e0bc9fb0bb045406ebe0121365b6cdc8 Mon Sep 17 00:00:00 2001
From: Viktor <35473052+viktorxda@users.noreply.github.com>
Date: Wed, 1 May 2024 21:11:08 +0200
Subject: [PATCH] [no ci] Workflow: do not run actions on push

---
 .github/workflows/build.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index cb586386..9fc285d9 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -3,9 +3,6 @@ on:
   pull_request:
     branches:
       - master
-  push:
-    branches:
-      - master
   schedule:
     - cron: '0 1 * * *'
   workflow_dispatch: