From ebaf7d39de1b345270a78089c7ee3c068fdd25e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauren=C8=9Biu=20Nicola?= Date: Wed, 15 Dec 2021 13:54:06 +0200 Subject: [PATCH] Enable workflow_dispatch for release workflow --- .github/workflows/release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2f009c43225..bc712b1a51a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -2,6 +2,8 @@ name: release on: schedule: - cron: '0 0 * * *' # midnight UTC + + workflow_dispatch: push: branches: