From 9569af9852f733cd5b1be1fe6850a7e5fdbf1bc2 Mon Sep 17 00:00:00 2001 From: Yozhef Date: Mon, 13 Dec 2021 15:07:51 +0200 Subject: [PATCH] Add run GH in release created --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 31a16c9..3762c60 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,6 +4,8 @@ on: push: pull_request: types: [opened, synchronize, edited, reopened] + release: + types: [created] schedule: - cron: "0 1 * * 6" # Run at 1am every Saturday