From b76b0e67192548e40920589112eb822649c10656 Mon Sep 17 00:00:00 2001 From: Andreas Troelsen Date: Sat, 25 Jun 2022 17:21:16 +0200 Subject: [PATCH] Add `workflow_dispatch` trigger to build workflow. This should allow us to just initiate a build if the artifact of the latest build expires. --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0448037..395d3fe 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,6 +1,8 @@ name: build -on: push +on: + workflow_dispatch: + push: jobs: build: