From 6f665a2c8e550fd5a2498d501aaeb950017ac9c6 Mon Sep 17 00:00:00 2001 From: Markus Weigelt Date: Fri, 10 Mar 2023 11:03:26 +0100 Subject: [PATCH] Update makefile-ci.yml --- .github/workflows/makefile-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/makefile-ci.yml b/.github/workflows/makefile-ci.yml index 75905d5e..25f6e118 100644 --- a/.github/workflows/makefile-ci.yml +++ b/.github/workflows/makefile-ci.yml @@ -4,7 +4,8 @@ on: # Triggers the workflow on push and pull request events but only for pull_requests on the main branch push: pull_request: - branches: [ main ] + branches: + - main # Allows you to run this workflow manually workflow_dispatch: