From 4a2fd1f8e069ca3d61e3429ef85096de759f89c1 Mon Sep 17 00:00:00 2001 From: Aleksandar Ivanov Date: Tue, 27 Feb 2024 12:18:15 +0200 Subject: [PATCH] Allow running the build manually Maybe we can use this to run the build for PRs outside of the org. --- .github/workflows/build-and-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 2b862fc..04c022d 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -5,6 +5,7 @@ on: push: branches: - '**' + workflow_dispatch: jobs: version-check: