From df96cb9797a9d8a93af294638c04fbe498c8ae16 Mon Sep 17 00:00:00 2001
From: Tokito <93600306+Tokito-Kun@users.noreply.github.com>
Date: Sat, 29 Jul 2023 13:44:13 +0530
Subject: [PATCH] [Fix] build on push

---
 .github/workflows/Debug.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/Debug.yml b/.github/workflows/Debug.yml
index f0dd64fd..4b829c56 100644
--- a/.github/workflows/Debug.yml
+++ b/.github/workflows/Debug.yml
@@ -1,6 +1,7 @@
 name: Debug build
 
 on:
+  push:
   workflow_dispatch:
 
 jobs: