From bb58bc000e0fdbaea02531b8f0f2770193650286 Mon Sep 17 00:00:00 2001 From: Toni Wenzel Date: Fri, 6 Oct 2023 15:54:09 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0176870..61b7ab7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,6 +8,11 @@ on: branches: [ "main" ] pull_request: branches: [ "main" ] + release: + types: [published,edited] + + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: jobs: build: