From 768d7e167950b04580137ddc70da3dd89692c07c Mon Sep 17 00:00:00 2001 From: 04041b <65881086+04041b@users.noreply.github.com> Date: Thu, 14 Sep 2023 01:57:01 -0700 Subject: [PATCH] Update manual trigger --- .github/workflows/makefile.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 7a72d1d9..082b6e9d 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -1,10 +1,12 @@ name: Makefile CI -on: +on: push: branches: [ "master" ] pull_request: branches: [ "master" ] + workflow_dispatch: + jobs: build: