From 29fcbbc2d8ce9571cb2eb1585e8074ca58088431 Mon Sep 17 00:00:00 2001 From: Gabri Botha Date: Tue, 8 Jun 2021 11:20:11 +0200 Subject: [PATCH] Add manual trigger to release pipeline --- .github/workflows/release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c5820ab4b..de23c0a2d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -4,6 +4,8 @@ on: release: types: created + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: env: PROJECT_ID: ${{ secrets.GKE_PROJECT }}