From f466c51dce7e720ecfc0198f35e7944c7cf940e9 Mon Sep 17 00:00:00 2001 From: Luis Lavaire Date: Wed, 13 Nov 2024 17:17:45 -0600 Subject: [PATCH] Allow for manual build triggering. --- .github/workflows/makefile.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 0e0022c..c30eb4e 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -1,6 +1,7 @@ permissions: write-all on: + workflow_dispatch: push: branches: [ "master" ]