From 693232f9c3289752332ea15cb01830b566bd895e Mon Sep 17 00:00:00 2001 From: Hyphonical <69310714+Hyphonic@users.noreply.github.com> Date: Sat, 14 Dec 2024 15:10:33 +0100 Subject: [PATCH] =?UTF-8?q?Discord=20Webhook=20=F0=9F=94=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/Build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index f91052e6..650b6a39 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -1,6 +1,8 @@ name: Optimize resource pack on: workflow_dispatch: + push: + branches: main # This permissions section explicitly gives the workflow permission to create releases. # Most of the time it's not needed to set it, as the default GITHUB_TOKEN permissions # are permissive enough, but that's not always the case